OBJECT

updateCustomEmailPayload

Autogenerated return type of updateCustomEmail.

link GraphQL Schema definition

  • type updateCustomEmailPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • customEmail: CustomEmail
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }