OBJECT

deleteCustomEmailPayload

Autogenerated return type of deleteCustomEmail.

link GraphQL Schema definition

  • type deleteCustomEmailPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • customEmail: CustomEmail
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }