SendTestDesktopNotificationInput
InputAutogenerated input type of SendTestDesktopNotification
mutation { user { sendTestDesktopNotification } }
Example
mutation SendTestDesktopNotification($input: SendTestDesktopNotificationInput!) {
user {
sendTestDesktopNotification(input: $input) {
errors
}
}
}