GraphQL reference

SetUserMobileNotificationSettingInput

Input

Autogenerated input type of SetUserMobileNotificationSetting

mutation { user { setUserMobileNotificationSetting } }

Example

mutation SetUserMobileNotificationSetting($input: SetUserMobileNotificationSettingInput!) {
  user {
    setUserMobileNotificationSetting(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
enabledBoolean
enabledChannelsJSON
mutationMetadataJSON
nowISO8601DateTime