subscriptionDraftDiscountRemove mutation
Removes a subscription discount from a subscription draft.
Required access
write_own_subscription_contracts
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
discountId
(
ID!
)
required
|
The gid of the subscription draft discount to remove. |
draftId
(
ID!
)
required
|
The gid of the subscription contract draft to remove a subscription discount from. |
Return fields
-
discountRemoved (
SubscriptionDiscount
)The removed subscription draft discount.
-
draft (
SubscriptionDraft
)The subscription contract draft object.
-
userErrors (
[SubscriptionDraftUserError!]!
)List of errors that occurred executing the mutation.
Removes a subscription discount from a subscription draft.
Required access
write_own_subscription_contracts
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
discountId
(
ID!
)
required
|
The gid of the subscription draft discount to remove. |
draftId
(
ID!
)
required
|
The gid of the subscription contract draft to remove a subscription discount from. |
Return fields
-
discountRemoved (
SubscriptionDiscount
)The removed subscription draft discount.
-
draft (
SubscriptionDraft
)The subscription contract draft object.
-
userErrors (
[SubscriptionDraftUserError!]!
)List of errors that occurred executing the mutation.
Removes a subscription discount from a subscription draft.
Required access
write_own_subscription_contracts
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
discountId
(
ID!
)
required
|
The gid of the subscription draft discount to remove. |
draftId
(
ID!
)
required
|
The gid of the subscription contract draft to remove a subscription discount from. |
Return fields
-
discountRemoved (
SubscriptionDiscount
)The removed subscription draft discount.
-
draft (
SubscriptionDraft
)The subscription contract draft object.
-
userErrors (
[SubscriptionDraftUserError!]!
)List of errors that occurred executing the mutation.