addSubscriptionCancellationReasons
Add subscription cancellation reason for subscription cancellation process
This page contains
Arguments
input [SubscriptionCancellationReasonInput!]! PREVIEW |
SubscriptionCancellationReasonInput fields
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.