updateSubscriptionCancellationReasons
Update subscription cancellation reason mutation which support replacement of existing subscription cancellation reason
This page contains
Arguments
input [SubscriptionCancellationReasonUpdateInput!]! PREVIEW |
SubscriptionCancellationReasonUpdateInput fields
id ID! | Unique identifier for the subscription cancellation reason. |
code SubscriptionCancellationReasonCode! | Cancellation reason code |
label String! | Label for the cancellation reason in the default locale |
allowedRoles [SubscriptionCancellationReasonAllowedRoles!]! PREVIEW | Allowed roles for the cancellation reason |
Return Fields
data [SubscriptionCancellationReason!] PREVIEW | List of subscription cancellation reasons |
userErrors [SubscriptionCancellationReasonErrors!] PREVIEW | List of user errors that occurred during the request. |
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.