SendTestDesktopNotificationPayload
ObjectAutogenerated return type of SendTestDesktopNotification.
mutation { user { sendTestDesktopNotification } }
Example
mutation SendTestDesktopNotification($input: SendTestDesktopNotificationInput!) {
user {
sendTestDesktopNotification(input: $input) {
errors
}
}
}