# subscriptionDraftDiscountUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates a subscription discount on a subscription draft. ### Access Scopes `write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission. ## Arguments * [discountId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The gid of the Subscription Discount to update. * [draftId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the Subscription Contract draft to update a subscription discount on. * [input](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionManualDiscountInput): SubscriptionManualDiscountInput! - The properties to update on the Subscription Discount. ## Returns * [discountUpdated](/docs/api/admin-graphql/2024-10/objects/SubscriptionManualDiscount): SubscriptionManualDiscount The updated Subscription Discount. * [draft](/docs/api/admin-graphql/2024-10/objects/SubscriptionDraft): SubscriptionDraft The Subscription Contract draft object. * [userErrors](/docs/api/admin-graphql/2024-10/objects/SubscriptionDraftUserError): SubscriptionDraftUserError! The list of errors that occurred from executing the mutation. ## Examples