--- title: ArticleConnection - Storefront API description: | An auto-generated type for paginating through multiple Articles. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/connections/articleconnection md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/objects/Blog#field-Blog.fields.articles) OBJECT An online store blog. *** ## Queries with this connection * [articles](https://shopify.dev/docs/api/storefront/unstable/queries/articles) query List of the shop's articles. * first [Int](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) ### Arguments Returns up to the first `n` elements from the list. * after [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) Returns the elements that come after the specified cursor. * last [Int](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) Returns up to the last `n` elements from the list. * before [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) Returns the elements that come before the specified cursor. * reverse [Boolean](https://shopify.dev/docs/api/storefront/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. * sort​Key [Article​Sort​Keys](https://shopify.dev/docs/api/storefront/unstable/enums/ArticleSortKeys) Default:ID Sort the underlying list by the given key. * query [String](https://shopify.dev/docs/api/storefront/unstable/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/unstable/objects/ArticleEdge) non-null A list of edges. * nodes [\[Article!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/Article) non-null A list of the nodes contained in ArticleEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/unstable/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * {}[Blog.articles](https://shopify.dev/docs/api/storefront/unstable/objects/Blog#field-Blog.fields.articles) ### Queries with this connection * \[articles](https://shopify.dev/docs/api/storefront/unstable/queries/articles) ### Possible returns * <->[Article​Connection.edges](https://shopify.dev/docs/api/storefront/unstable/connections/ArticleConnection#returns-edges) * <->[Article​Connection.nodes](https://shopify.dev/docs/api/storefront/unstable/connections/ArticleConnection#returns-nodes) * <->[Article​Connection.pageInfo](https://shopify.dev/docs/api/storefront/unstable/connections/ArticleConnection#returns-pageInfo)