Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerUpdatePayload
Return type for customerUpdate
mutation.
Signature:
export interface CustomerUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
customer? | Maybe<Customer> | (Optional) The updated customer. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |