--- title: ArticleConnection - GraphQL Admin description: An auto-generated type for paginating through multiple Articles. api_version: 2025-10 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/connections/articleconnection md: https://shopify.dev/docs/api/admin-graphql/latest/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/admin-graphql/latest/objects/Blog#field-Blog.fields.articles) OBJECT Shopify stores come with a built-in blogging engine, allowing a shop to have one or more blogs. Blogs are meant to be used as a type of magazine or newsletter for the shop, with content that changes over time. *** ## Queries with this connection * [articles](https://shopify.dev/docs/api/admin-graphql/latest/queries/articles) query List of the shop's articles. *** ## Possible returns * edges [\[Article​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ArticleEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Article!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article) non-null A list of nodes that are contained in ArticleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Fields with this connection * {}[Blog.articles](https://shopify.dev/docs/api/admin-graphql/latest/objects/Blog#field-Blog.fields.articles) ### Queries with this connection * \[articles](https://shopify.dev/docs/api/admin-graphql/latest/queries/articles) ### Possible returns * <->[Article​Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/connections/ArticleConnection#returns-edges) * <->[Article​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ArticleConnection#returns-nodes) * <->[Article​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/connections/ArticleConnection#returns-pageInfo)