CustomerUpdate
Updates an existing customer.
type CustomerUpdate {
accountErrors: [AccountError!]!
user: User
}
Fields
CustomerUpdate.accountErrors ● [AccountError!]! non-null object
CustomerUpdate.user ● User object
Returned By
customerUpdate mutation