SendTestMobileNotificationPayload
ObjectAutogenerated return type of SendTestMobileNotification.
mutation { user { sendTestMobileNotification } }
Example
mutation SendTestMobileNotification($input: SendTestMobileNotificationInput!) {
user {
sendTestMobileNotification(input: $input) {
errors
}
}
}