GraphQL OBJECT

CreateCustomerPayload

Payload for created customer.

link Definition

  • type CreateCustomerPayload {
  • # The created customer.
  • createdCustomer: Customer
  • }

link Required by