upsertAccountByEmailInput
All input for the upsertAccountByEmail mutation.
input upsertAccountByEmailInput {
clientMutationId: String
account: AccountInput!
patch: AccountPatch!
}
Fields
upsertAccountByEmailInput.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.
upsertAccountByEmailInput.account ● AccountInput! non-null input
The Account to be created by this mutation.
upsertAccountByEmailInput.patch ● AccountPatch! non-null input
An object where the defined keys will be set on the Account being updated.
Member Of
upsertAccountByEmail mutation