SetEmailNotificationFrequencyInput
InputAutogenerated input type of SetEmailNotificationFrequency
mutation { user { setEmailNotificationFrequency } }
Example
mutation SetEmailNotificationFrequency($input: SetEmailNotificationFrequencyInput!) {
user {
setEmailNotificationFrequency(input: $input) {
errors
}
}
}