# PageInfo - admin-graphql - OBJECT Version: 2024-10 ## Description 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). ### Access Scopes ## Fields * [endCursor](/docs/api/admin-graphql/2024-10/scalars/String): String - The cursor corresponding to the last node in edges. * [hasNextPage](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether there are more pages to fetch following the current page. * [hasPreviousPage](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether there are any pages prior to the current page. * [startCursor](/docs/api/admin-graphql/2024-10/scalars/String): String - The cursor corresponding to the first node in edges. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples