Skip to main content

CustomerRatingSettingUpsertInput

Autogenerated input type of CustomerRatingSettingUpsert

input CustomerRatingSettingUpsertInput {
clientMutationId: String
locale: String!
mailboxIds: [String!]
name: String!
settingId: ID
translations: JSON
}

Fields

CustomerRatingSettingUpsertInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CustomerRatingSettingUpsertInput.locale ● String! non-null scalar common

The locale of the customer rating setting.

CustomerRatingSettingUpsertInput.mailboxIds ● [String!] list scalar common

Selected mailboxes that rating should be scoped to.

CustomerRatingSettingUpsertInput.name ● String! non-null scalar common

The name of the customer rating setting.

CustomerRatingSettingUpsertInput.settingId ● ID scalar common

The ID of the customer rating setting.

CustomerRatingSettingUpsertInput.translations ● JSON scalar common

The translations of the customer rating setting.

Member of

customerRatingSettingUpsert mutation