--- title: PageInfo - Customer API 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). api_version: 2024-10 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2024-10/objects/PageInfo' md: 'https://shopify.dev/docs/api/customer/2024-10/objects/PageInfo.txt' --- # Page​Info object 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). ## Fields * end​Cursor [String](https://shopify.dev/docs/api/customer/2024-10/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The cursor corresponding to the last node in edges. * has​Next​Page [Boolean!](https://shopify.dev/docs/api/customer/2024-10/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether there are more pages to fetch following the current page. * has​Previous​Page [Boolean!](https://shopify.dev/docs/api/customer/2024-10/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether there are any pages prior to the current page. * start​Cursor [String](https://shopify.dev/docs/api/customer/2024-10/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The cursor corresponding to the first node in edges. *** ## Map ### Connections with this object * <->[CheckoutLineItemConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/CheckoutLineItemConnection#field-pageInfo) * <->[CompanyContactConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/CompanyContactConnection#field-pageInfo) * <->[CompanyContactRoleAssignmentConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/CompanyContactRoleAssignmentConnection#field-pageInfo) * <->[CompanyLocationConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/CompanyLocationConnection#field-pageInfo) * <->[CustomerAddressConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/CustomerAddressConnection#field-pageInfo) * <->[DiscountApplicationConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/DiscountApplicationConnection#field-pageInfo) * <->[DraftOrderConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/DraftOrderConnection#field-pageInfo) * <->[DraftOrderLineItemConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/DraftOrderLineItemConnection#field-pageInfo) * <->[FulfillmentConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/FulfillmentConnection#field-pageInfo) * <->[FulfillmentEventConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/FulfillmentEventConnection#field-pageInfo) * <->[FulfillmentLineItemConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/FulfillmentLineItemConnection#field-pageInfo) * <->[LineItemConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/LineItemConnection#field-pageInfo) * <->[OrderConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/OrderConnection#field-pageInfo) * <->[PaymentScheduleConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/PaymentScheduleConnection#field-pageInfo) * <->[SaleConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/SaleConnection#field-pageInfo) * <->[SalesAgreementConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/SalesAgreementConnection#field-pageInfo) * <->[StoreCreditAccountConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/StoreCreditAccountConnection#field-pageInfo) * <->[StoreCreditAccountTransactionConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/StoreCreditAccountTransactionConnection#field-pageInfo) * <->[SubscriptionBillingCycleConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/SubscriptionBillingCycleConnection#field-pageInfo) * <->[SubscriptionContractConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/SubscriptionContractConnection#field-pageInfo) * <->[SubscriptionLineConnection.pageInfo](https://shopify.dev/docs/api/customer/2024-10/connections/SubscriptionLineConnection#field-pageInfo)