OBJECT
IntakeFlowItem
The intake flow item
link GraphQL Schema definition
- type IntakeFlowItem {
- # Attached object
- String :
- # The completed onboarding item for the given user id (from args)
- CompletedOnboardingItem :
- # The form to fill out
- CustomModuleForm :
- # The relevant date to show
- String :
- # The display name
- String :
- # The id of the filled form that completes the request. Only present if form_type
- # is RequestedForm
- String :
- # Form type
- String :
- # The unique idenitifier of the item
- ID! :
- # Return the ID of the incomplete form
- String :
- # The type of item
- String :
- # The onboarding item that was completed
- OnboardingItem :
- # Recurring form related to the request
- RecurringForm :
- # Skipped
- Boolean :
- # Form status
- String :
- # Tab type
- String :
- # View url
- String :
- }