recurringForms
Fetch recurring forms collection
Arguments
Returns
[RecurringForm!]
Example
query recurringForms($connectable_id: String, $connectable_type: String) { recurringForms( connectable_id: $connectable_id connectable_type: $connectable_type ) { custom_module_form form_id form_type has_connected_recipient id interval interval_type is_active recurrence_end_at userGroups user_id users users_and_groups }}