CustomerUpdate
Result of customer update mutation.
type CustomerUpdate {
user: User
accountErrors: [AccountError!]!
}
Fields
CustomerUpdate.user ● User object
The updated customer.
CustomerUpdate.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
customerUpdate mutation