operations
This commit is contained in:
@@ -63,3 +63,10 @@ mutation CancelSubscription {
|
||||
stripeSubscriptionId
|
||||
}
|
||||
}
|
||||
|
||||
mutation SubmitCancellationFeedback(
|
||||
$reasons: [CancellationReasonEnum!]
|
||||
$feedback: String
|
||||
) {
|
||||
submitCancellationFeedback(reasons: $reasons, feedback: $feedback)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user