UpdateAccountByEmailInput
All input for the updateAccountByEmail mutation.
input UpdateAccountByEmailInput {
clientMutationId: String
patch: AccountPatch!
email: String!
}
Fields
UpdateAccountByEmailInput.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.
UpdateAccountByEmailInput.patch ● AccountPatch! non-null input
An object where the defined keys will be set on the Account being updated.
UpdateAccountByEmailInput.email ● String! non-null scalar
Member Of
updateAccountByEmail mutation