OBJECT

updateRecurringFormPayload

Autogenerated return type of updateRecurringForm.

link GraphQL Schema definition

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