--- title: PageSortKeys - GraphQL Admin description: The set of valid sort keys for the Page query. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/pagesortkeys md: https://shopify.dev/docs/api/admin-graphql/latest/enums/pagesortkeys.md --- # Page​Sort​Keys enum The set of valid sort keys for the Page query. ## Valid values * ID Sort by the `id` value. * PUBLISHED\_​AT Sort by the `published_at` value. * TITLE Sort by the `title` value. * UPDATED\_​AT Sort by the `updated_at` value. *** ## Fields * [Query​Root.pages(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.pages.arguments.sortKey) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [pages.sortKey](https://shopify.dev/docs/api/admin-graphql/latest/queries/pages#arguments-sortKey) ARGUMENT *** ## Map ### Arguments with this enum * <-|[Query​Root.pages(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.pages.arguments.sortKey) * <-|[pages.sortKey](https://shopify.dev/docs/api/admin-graphql/latest/queries/pages#arguments-sortKey)