PageInformation
PageInfo provides cursor information for a list of objects
This page contains
Fields
startCursor: String | startCursor is an opaque cursor representing the first returned item |
endCursor: String | endCursor is an opaque cursor representing the last returned item |
hasPreviousPage: Boolean! | hasPreviousPage indicates if the connection has items before the startCursor |
hasNextPage: Boolean! | hasNextPage indicates if the connection has items after the endCursor |
Parent objects of PageInformation
PsaProductMappingConnection PREVIEW | A connection type used to page through a list of psa product mappings" |
PsaSyncedSubscriptionsConnection PREVIEW | A connection type used to page through a list of synced subscriptions" |
Queries for PageInformation
psaProductMappings PREVIEW | Read all available product mapping |
psaSyncedSubscriptions PREVIEW | Get all subscriptions |