--- title: ArticleConnection - Storefront API description: | An auto-generated type for paginating through multiple Articles. api_version: 2026-01 api_name: storefront type: connection api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/connections/ArticleConnection' md: >- https://shopify.dev/docs/api/storefront/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/storefront/latest/objects/Blog#field-Blog.fields.articles) OBJECT A blog container for [`Article`](https://shopify.dev/docs/api/storefront/current/objects/Article) objects. Stores can have multiple blogs, for example to organize content by topic or purpose. Each blog provides access to its articles, contributing [`ArticleAuthor`](https://shopify.dev/docs/api/storefront/current/objects/ArticleAuthor) objects, and [`SEO`](https://shopify.dev/docs/api/storefront/current/objects/SEO) information. You can retrieve articles individually [by handle](https://shopify.dev/docs/api/storefront/current/objects/Blog#field-Blog.fields.articleByHandle) or as a [paginated list](https://shopify.dev/docs/api/storefront/current/objects/Blog#field-Blog.fields.articles). *** ## Queries with this connection * [articles](https://shopify.dev/docs/api/storefront/latest/queries/articles) query Returns a paginated list of [`Article`](https://shopify.dev/docs/api/storefront/2026-01/objects/Article) objects from the shop's [`Blog`](https://shopify.dev/docs/api/storefront/2026-01/objects/Blog) objects. Each article is a blog post containing content, author information, tags, and optional images. Use the `query` argument to filter results by author, blog title, tags, or date fields. Sort results using the `sortKey` argument and reverse them with the `reverse` argument. * first [Int](https://shopify.dev/docs/api/storefront/latest/scalars/Int) ### Arguments Returns up to the first `n` elements from the list. * after [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) Returns the elements that come after the specified cursor. * last [Int](https://shopify.dev/docs/api/storefront/latest/scalars/Int) Returns up to the last `n` elements from the list. * before [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) Returns the elements that come before the specified cursor. * reverse [Boolean](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) Default:false Reverse the order of the underlying list. * sort​Key [Article​Sort​Keys](https://shopify.dev/docs/api/storefront/latest/enums/ArticleSortKeys) Default:ID Sort the underlying list by the given key. * query [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) Apply one or multiple filters to the query. Refer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters. * author * blog\_title * created\_at * tag * tag\_not * updated\_at *** *** ## Possible returns * edges [\[Article​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/ArticleEdge) non-null A list of edges. * nodes [\[Article!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Article) non-null A list of the nodes contained in ArticleEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * [Blog.articles](https://shopify.dev/docs/api/storefront/latest/objects/Blog#field-Blog.fields.articles) ### Queries with this connection * [articles](https://shopify.dev/docs/api/storefront/latest/queries/articles) ### Possible returns * [Article​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/ArticleConnection#returns-edges) * [Article​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/ArticleConnection#returns-nodes) * [Article​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/ArticleConnection#returns-pageInfo)