--- title: ArticleSortKeys - Storefront API description: The set of valid sort keys for the Article query. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/ArticleSortKeys md: https://shopify.dev/docs/api/storefront/unstable/enums/ArticleSortKeys.md --- # Article​Sort​Keys enum The set of valid sort keys for the Article query. ## Valid values * AUTHOR Sort by the `author` value. * BLOG\_​TITLE Sort by the `blog_title` value. * ID Sort by the `id` value. * PUBLISHED\_​AT Sort by the `published_at` value. * RELEVANCE Sort by relevance to the search terms when the `query` parameter is specified on the connection. Don't use this sort key when no search query is specified. * TITLE Sort by the `title` value. * UPDATED\_​AT Sort by the `updated_at` value. *** ## Fields * [Blog.​articles](https://shopify.dev/docs/api/storefront/unstable/objects/Blog#field-Blog.fields.articles.arguments.sortKey) ARGUMENT An online store blog. * [Query​Root.​articles](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.articles.arguments.sortKey) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [articles.​sort​Key](https://shopify.dev/docs/api/storefront/unstable/queries/articles#arguments-sortKey) QUERY *** ## Map ### Queries with this enum * \[articles.sortKey](https://shopify.dev/docs/api/storefront/unstable/queries/articles#arguments-sortKey) ### Arguments with this enum * <-|[Blog.articles(sortKey)](https://shopify.dev/docs/api/storefront/unstable/objects/Blog#field-Blog.fields.articles.arguments.sortKey) * <-|[Query​Root.articles(sortKey)](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.articles.arguments.sortKey)