Skip to main content

AccountPreferenceUpsertInput

Autogenerated input type of AccountPreferenceUpsert

input AccountPreferenceUpsertInput {
clientMutationId: String
key: String!
value: JSON
}

Fields

AccountPreferenceUpsertInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AccountPreferenceUpsertInput.key ● String! non-null scalar common

The key of the account preference.

AccountPreferenceUpsertInput.value ● JSON scalar common

The account preference value. Pass null to clear the preference.

Member of

accountPreferenceUpsert mutation