OBJECT

CustomerCreatePayload

link GraphQL Schema definition

  • type CustomerCreatePayload {
  • # The created customer object.
  • customer: Customer
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }