SendTestEmailNotificationInput
InputAutogenerated input type of SendTestEmailNotification
mutation { user { sendTestEmailNotification } }
Example
mutation SendTestEmailNotification($input: SendTestEmailNotificationInput!) {
user {
sendTestEmailNotification(input: $input) {
errors
}
}
}