PageInfo
Cursor state for a deterministic page ordered by updatedAt and id.
graphql
type PageInfo {
endCursor: String
hasNextPage: Boolean!
}
Fields
PageInfo.endCursor · String scalar
Opaque cursor for the final record in this page.
PageInfo.hasNextPage · Boolean! non-null scalar
Whether another page is available after endCursor.
Member Of
AdmissionCollection object · EventCollection object · EventTemplateCollection object · LocationCollection object · PriceCategoryCollection object · ProductCollection object · TagCollection object · VoucherConfigurationCollection object