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