--- title: DelegateAccessTokenInput - GraphQL Admin description: The input fields for a delegate access token. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DelegateAccessTokenInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DelegateAccessTokenInput.txt --- # Delegate​Access​Token​Input input\_object The input fields for a delegate access token. ## Fields * delegate​Access​Scope [\[String!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The list of scopes that will be delegated to the new access token. * expires​In [Int](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) The amount of time, in seconds, after which the delegate access token is no longer valid. *** ## Mutations using this input * [delegate​Access​Token​Create.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/delegateAccessTokenCreate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[delegate​Access​Token​Create.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/delegateAccessTokenCreate#argument-input)