--- title: PageConnection - Storefront API description: | An auto-generated type for paginating through multiple Pages. api_version: 2024-10 api_name: storefront type: connection api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/connections/PageConnection' md: >- https://shopify.dev/docs/api/storefront/2024-10/connections/PageConnection.txt --- # Page​Connection connection An auto-generated type for paginating through multiple Pages. ## Queries with this connection * [pages](https://shopify.dev/docs/api/storefront/2024-10/queries/pages) query List of the shop's pages. *** ## Possible returns * edges [\[Page​Edge!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/PageEdge) non-null A list of edges. * nodes [\[Page!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/Page) non-null A list of the nodes contained in PageEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/2024-10/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Queries with this connection * \[pages](https://shopify.dev/docs/api/storefront/2024-10/connections/pages) ### Possible returns * <->[Page​Connection.edges](https://shopify.dev/docs/api/storefront/2024-10/objects/PageConnection#field-edges) * <->[Page​Connection.nodes](https://shopify.dev/docs/api/storefront/2024-10/objects/PageConnection#field-nodes) * <->[Page​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2024-10/objects/PageConnection#field-pageInfo)