SendMyNotificationsInput
InputAutogenerated input type of SendMyNotifications
mutation { user { sendMyNotifications } }
Example
mutation SendMyNotifications($input: SendMyNotificationsInput!) {
user {
sendMyNotifications(input: $input) {
errors
}
}
}