--- title: BlogConnection - Storefront API description: | An auto-generated type for paginating through multiple Blogs. api_version: 2024-10 api_name: storefront type: connection api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/connections/BlogConnection' md: >- https://shopify.dev/docs/api/storefront/2024-10/connections/BlogConnection.txt --- # Blog​Connection connection An auto-generated type for paginating through multiple Blogs. ## Queries with this connection * [blogs](https://shopify.dev/docs/api/storefront/2024-10/queries/blogs) query List of the shop's blogs. *** ## Possible returns * edges [\[Blog​Edge!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/BlogEdge) non-null A list of edges. * nodes [\[Blog!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/Blog) non-null A list of the nodes contained in BlogEdge. * 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 * \[blogs](https://shopify.dev/docs/api/storefront/2024-10/connections/blogs) ### Possible returns * <->[Blog​Connection.edges](https://shopify.dev/docs/api/storefront/2024-10/objects/BlogConnection#field-edges) * <->[Blog​Connection.nodes](https://shopify.dev/docs/api/storefront/2024-10/objects/BlogConnection#field-nodes) * <->[Blog​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2024-10/objects/BlogConnection#field-pageInfo)