Home > @infiniteobjects/shopify-data-manager > AdminTypes > PageInfo
Returns information about pagination in a connection, in accordance with the [Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo). For more information, please read our [GraphQL Pagination Usage Guide](https://shopify.dev/api/usage/pagination-graphql).
Signature:
export interface PageInfo
Property | Modifiers | Type | Description |
---|---|---|---|
endCursor? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The cursor corresponding to the last node in edges. | |
hasNextPage | Scalars[‘Boolean’][‘output’] | Whether there are more pages to fetch following the current page. | |
hasPreviousPage | Scalars[‘Boolean’][‘output’] | Whether there are any pages prior to the current page. | |
startCursor? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The cursor corresponding to the first node in edges. |