stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerUpdatePayload

AdminTypes.CustomerUpdatePayload interface

Return type for customerUpdate mutation.

Signature:

export interface CustomerUpdatePayload 

Properties

Property Modifiers Type Description
customer?   Maybe<Customer> (Optional) The updated customer.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.