OBJECT

CustomerActivatePayload

link GraphQL Schema definition

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