--- title: CheckoutAndAccountsAppConfiguration - GraphQL Admin description: Configuration for checkout and accounts app. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutAndAccountsAppConfiguration md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutAndAccountsAppConfiguration.md --- # Checkout​And​Accounts​App​Configuration object Requires access to checkout and accounts app configurations. Configuration for checkout and accounts app. ## Fields * allowed​Origins [\[URL!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/URL) non-null The list of allowed origins for checkout and accounts app. * checkout​Flow​Configuration [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The checkout flow configuration for checkout and accounts app. * created​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the configuration was created. * feature [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The feature configuration for checkout and accounts app. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null The ID of the configuration. * ui​Configuration [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The UI configuration for checkout and accounts app. * updated​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the configuration was last updated. *** ## Map No referencing types *** ## Queries * [checkout​And​Accounts​App​Configuration](https://shopify.dev/docs/api/admin-graphql/unstable/queries/checkoutAndAccountsAppConfiguration) query Returns the checkout and accounts app configuration for the current API client and shop. *** ## CheckoutAndAccountsAppConfiguration Queries ### Queried by * [checkout​And​Accounts​App​Configuration](https://shopify.dev/docs/api/admin-graphql/unstable/queries/checkoutAndAccountsAppConfiguration) *** ## Mutations * [checkout​And​Accounts​App​Configuration​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/checkoutAndAccountsAppConfigurationUpdate) mutation Create or update a checkout and accounts app configuration. * input [Checkout​And​Accounts​App​Configuration​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/CheckoutAndAccountsAppConfigurationInput) required ### Arguments Specifies the fields to update or create in the checkout and accounts app configuration. *** *** ## CheckoutAndAccountsAppConfiguration Mutations ### Mutated by * [checkout​And​Accounts​App​Configuration​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/checkoutAndAccountsAppConfigurationUpdate)