Skip to content

createCustomEmailPayload

Autogenerated return type of createCustomEmail.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createCustomEmail.
"""
type createCustomEmailPayload {
customEmail: CustomEmail
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}