updateRecurringFormPayload
Autogenerated return type of updateRecurringForm.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of updateRecurringForm."""type updateRecurringFormPayload { """ The list of errors occurred during the mutation """ messages: [FieldError] recurringForm: RecurringForm}