CustomerUpdatePayload
Result of customer update
type CustomerUpdatePayload {
customer: Customer
userErrors: [UserError!]!
}
Fields
CustomerUpdatePayload.customer ● Customer object
Updated customer
CustomerUpdatePayload.userErrors ● [UserError!]! non-null object
User errors (code is namespaced — e.g. CUSTOMER_NOT_FOUND, CUSTOMER_TOKEN_INVALID, CUSTOMER_PASSWORD_TOO_WEAK)
Returned By
customerUpdate mutation