Skip to content

destroyRecurringFormPayload

Autogenerated return type of destroyRecurringForm.

Fields

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

Used By

Definition

"""
Autogenerated return type of destroyRecurringForm.
"""
type destroyRecurringFormPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
recurringForm: RecurringForm
}