OBJECT

CustomerUpdatePayload

link GraphQL Schema definition

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