SetEmailNotificationFrequencyPayload
ObjectAutogenerated return type of SetEmailNotificationFrequency.
mutation { user { setEmailNotificationFrequency } }
Example
mutation SetEmailNotificationFrequency($input: SetEmailNotificationFrequencyInput!) {
user {
setEmailNotificationFrequency(input: $input) {
errors
}
}
}