UrlHistoryType
No description
type UrlHistoryType {
oldUrl: String!
newUrl: String!
}
Fields
UrlHistoryType.oldUrl
● String!
non-null scalar
UrlHistoryType.newUrl
● String!
non-null scalar
Returned by
urlHistory
query