UpdateCustomerPayload
Autogenerated return type of UpdateCustomer.
type UpdateCustomerPayload {
clientMutationId: String
data: Customer
errors: [Error!]!
}
Fields
UpdateCustomerPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCustomerPayload.data ● Customer object
UpdateCustomerPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateCustomer mutation