Returns information about pagination in a connection, in accordance with the Relay specification.
Fields
hasNextPage ● Boolean!non-null
Whether there are more pages to fetch following the current page.
hasPreviousPage ● Boolean!non-null
Whether there are any pages prior to the current page.
endCursor ● String
The cursor corresponding to the last node in edges.
startCursor ● String
The cursor corresponding to the first node in edges.
Was this article helpful to you?