Skip to main content

upsertAccountByIdInput

All input for the upsertAccountById mutation.

input upsertAccountByIdInput {
clientMutationId: String
account: AccountInput!
patch: AccountPatch!
}

Fields

upsertAccountByIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

upsertAccountByIdInput.account ● AccountInput! non-null input

The Account to be created by this mutation.

upsertAccountByIdInput.patch ● AccountPatch! non-null input

An object where the defined keys will be set on the Account being updated.

Member Of

upsertAccountById mutation