ConnectionPageInfo
Relay-style pagination metadata for a connection.
type ConnectionPageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
endCursor: String
}
Fields
ConnectionPageInfo.hasNextPage ● Boolean! non-null scalar
True if more edges exist after endCursor.
ConnectionPageInfo.hasPreviousPage ● Boolean! non-null scalar
True if edges exist before startCursor.
ConnectionPageInfo.startCursor ● String scalar
Opaque cursor of the first edge in this page.
ConnectionPageInfo.endCursor ● String scalar
Opaque cursor of the last edge in this page; pass as after.
Member Of
ActorsConnection object ● GameModelEventsConnection object ● VoxelUpdateHistoryConnection object