--- title: AppTransactionSortKeys - GraphQL Admin description: The set of valid sort keys for the AppTransaction query. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/AppTransactionSortKeys md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/AppTransactionSortKeys.txt --- # App​Transaction​Sort​Keys enum The set of valid sort keys for the AppTransaction query. ## Valid values * CREATED\_​AT Sort by the `created_at` value. * ID Sort by the `id` 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. *** ## Fields * [App​Installation.​credits](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppInstallation#field-credits) ARGUMENT Represents an installed application on a shop. * [App​Installation.​one​Time​Purchases](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppInstallation#field-oneTimePurchases) ARGUMENT Represents an installed application on a shop. *** ## Map ### Arguments with this enum * <-|[App​Installation.credits(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppInstallation#field-credits) * <-|[App​Installation.oneTimePurchases(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppInstallation#field-oneTimePurchases)