UpdateCustomerInput
Autogenerated input type of UpdateCustomer
input UpdateCustomerInput {
clientMutationId: String
params: CustomerUpdateInput!
}
Fields
UpdateCustomerInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCustomerInput.params ● CustomerUpdateInput! non-null input
Customer update params
Member Of
updateCustomer mutation