Update Subscription
Required Argument
Available Fields
Example
mutation {
updateSubscription(
userId: "e2e3cd2a-3721-438d-a439-e3527077278e",
subscriptionId: "U3Vic2NyaXB0aW9uOmViNjNlYzlmLWNlYzQtNGM1Mi05ZDAyLWFkYzI5YzA4NzUxYQ=="
) {
message
success
}
}{
"data": {
"updateSubscription": {
"message": "Ok",
"success": true
}
}
}Last updated
Was this helpful?