# subscriptionBillingCycleContractDraftConcatenate - admin-graphql - MUTATION Version: 2024-07 ## Description Concatenates a contract to a Subscription Draft. ### Access Scopes `write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission. ## Arguments * [concatenatedBillingCycleContracts](/docs/api/admin-graphql/2024-07/input-objects/SubscriptionBillingCycleInput): SubscriptionBillingCycleInput! - An array of Subscription Contracts with their selected billing cycles to concatenate to the subscription draft. * [draftId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The gid of the Subscription Contract draft to update. ## Returns * [draft](/docs/api/admin-graphql/2024-07/objects/SubscriptionDraft): SubscriptionDraft The Subscription Draft object. * [userErrors](/docs/api/admin-graphql/2024-07/objects/SubscriptionDraftUserError): SubscriptionDraftUserError! The list of errors that occurred from executing the mutation. ## Examples