PageInfo
PageInfo holds information about a returned page of results.
type PageInfo {
hasNextPage: Boolean!
endCursor: Cursor
size: Int!
}
Fields
PageInfo.hasNextPage
● Boolean!
non-null scalar common
True if there are more pages to fetch, false otherwise.
PageInfo.endCursor
● Cursor
scalar common
The cursor to use to fetch the next page. If there are no more pages, this field is null.
The value of this field is a cursor that can be used with the after
parameter to fetch the next page of results.
PageInfo.size
● Int!
non-null scalar common
The number of results in the page.
Member of
ObjectConnection
object ● ObjectTypeConnection
object ● PermissionConnection
object ● RelationConnection
object ● RelationTypeConnection
object ● RelationTypePermissionConnection
object