--- title: PageInfo - Partner API description: Information about pagination in a connection. api_version: 2024-10 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2024-10/objects/PageInfo' md: 'https://shopify.dev/docs/api/partner/2024-10/objects/PageInfo.md' --- # Page​Info object Information about pagination in a connection. ## Fields * has​Next​Page [Boolean!](https://shopify.dev/docs/api/partner/2024-10/scalars/Boolean) non-null Whether there are more pages to fetch. * has​Previous​Page [Boolean!](https://shopify.dev/docs/api/partner/2024-10/scalars/Boolean) non-null Whether there are any pages prior to the current page. *** ## Map ### Connections with this object * <->[AppEventConnection.pageInfo](https://shopify.dev/docs/api/partner/2024-10/connections/AppEventConnection#field-pageInfo) * <->[ConversationConnection.pageInfo](https://shopify.dev/docs/api/partner/2024-10/connections/ConversationConnection#field-pageInfo) * <->[JobConnection.pageInfo](https://shopify.dev/docs/api/partner/2024-10/connections/JobConnection#field-pageInfo) * <->[MessageConnection.pageInfo](https://shopify.dev/docs/api/partner/2024-10/connections/MessageConnection#field-pageInfo) * <->[TransactionConnection.pageInfo](https://shopify.dev/docs/api/partner/2024-10/connections/TransactionConnection#field-pageInfo)