OBJECT

CustomerResetPayload

link GraphQL Schema definition

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