GraphQL reference

ResetMyProjectNotificationSettingsPayload

Object

Autogenerated return type of ResetMyProjectNotificationSettings.

mutation { user { resetMyProjectNotificationSettings } }

Example

mutation ResetMyProjectNotificationSettings($input: ResetMyProjectNotificationSettingsInput!) {
  user {
    resetMyProjectNotificationSettings(input: $input) {
        errors
      }
  }
}

Fields

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