OBJECT
RecurringForm
A Recurring Form
link GraphQL Schema definition
- type RecurringForm {
- # Associated custom module form
- CustomModuleForm :
- # Form itself
- String :
- # Type of form
- String :
- # Determines whether the user or group is connected to the recurring form
- #
- # Arguments
- # connectable_id: [Not documented]
- # connectable_type: [Not documented]
- (
- ID, :
- String :
- ): Boolean
- ID! :
- # Interval of recurrence. Can be: '23:12' / 'Monday, Tuesday' / '31st'
- String :
- # Type of recurrence('Daily'(1) / 'Weekly'(2) / 'Monthly'(3))
- String :
- # Recurring form status
- Boolean :
- # The day when reccurence ends
- String :
- # ID of provider who set up recurrence
- String :
- # ID's of associated users and groups: ['1', '2', 'group-5', 'group-13']
- String]! : [
- }
link Require by
- destroyRecurringFormPayloadAutogenerated return type of destroyRecurringForm
- IntakeFlowItemnull
- QueryThe query root of this schema. See available queries.
- RequestedFormCompletionA request, from a provider to a client, to fill out a form
- updateRecurringFormPayloadAutogenerated return type of updateRecurringForm
- UserGroupA user group, returns basic info about the user group