SendMyNotificationsPayload
ObjectAutogenerated return type of SendMyNotifications.
mutation { user { sendMyNotifications } }
Example
mutation SendMyNotifications($input: SendMyNotificationsInput!) {
user {
sendMyNotifications(input: $input) {
errors
}
}
}