Skip to main content

PageInfo

Offset/limit pagination metadata for a paginated list.

type PageInfo {
totalCount: Int!
limit: Int!
offset: Int!
}

Fields

PageInfo.totalCount ● Int! non-null scalar

Total number of records matching the query across all pages, ignoring limit and offset.

PageInfo.limit ● Int! non-null scalar

Maximum number of items returned in this page (the page size that was applied).

PageInfo.offset ● Int! non-null scalar

Number of items skipped before this page (zero-based offset).

Member Of

AppsPage object ● CheckoutsPage object ● PaymentEventsPage object ● UsersPage object