ConcordancePageInfo
Paging state for a concordance result
type ConcordancePageInfo {
endCursor: String
hasNextPage: Boolean!
}
Fields
ConcordancePageInfo.endCursor ● String scalar
Cursor of the last occurrence on this page. Pass it as after to fetch the next page. Null when the page is empty.
ConcordancePageInfo.hasNextPage ● Boolean! non-null scalar
True when more occurrences remain beyond this page
Member Of
ConcordanceConnection object