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