GraphQL OBJECT

UpdateCustomerPayload

Payload for update or creation of contact profiles for the related customer.

link Definition

  • type UpdateCustomerPayload {
  • # The updated customer.
  • updatedCustomer: Customer
  • }

link Required by