GraphQL reference

SetEmailNotificationFrequencyPayload

Object

Autogenerated return type of SetEmailNotificationFrequency.

mutation { user { setEmailNotificationFrequency } }

Example

mutation SetEmailNotificationFrequency($input: SetEmailNotificationFrequencyInput!) {
  user {
    setEmailNotificationFrequency(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!