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