PageInfo
PageInfo
Pagination info for a Connection
type.
See about queries for details on how “connection” and “edge” types are used with pagination.
hasNextPage
True if the connection edges
field does not contain the last element available, otherwise false.
Type: Boolean!
hasPreviousPage
True if the connection edges
field does not contain the first element available, otherwise false.
Type: Boolean!
startCursor
The cursor
of the first edge returned. Used for the query after
argument.
Type: String
endCursor
The cursor
of the last edge returned. Used for the query after
argument.
Type: String