IntakeFlowItem
The intake flow item
Fields
attached_object_edit_url
· String
· Attached object completed_onboarding_item
· CompletedOnboardingItem
· The completed onboarding item for the given user id (from args) custom_module_form
· CustomModuleForm
· The form to fill out date_to_show
· ISO8601DateTime
· The relevant date to show display_name
· String
· The display name form_answer_group_id
· String
· The id of the filled form that completes the request. Only present if form_type is RequestedForm incomplete_form_id
· String
· Return the ID of the incomplete form onboarding_item
· OnboardingItem
· The onboarding item that was completed recurring_form
· RecurringForm
· Recurring form related to the request request_info
· IntakeFlowItemRequestInfo
· The intake flow item request details Used By
Definition
"""The intake flow item"""type IntakeFlowItem { """ Attached object """ attached_object_edit_url: String
""" The completed onboarding item for the given user id (from args) """ completed_onboarding_item: CompletedOnboardingItem
""" The form to fill out """ custom_module_form: CustomModuleForm
""" The relevant date to show """ date_to_show: ISO8601DateTime
""" The display name """ display_name: String
""" The id of the filled form that completes the request. Only present if form_type is RequestedForm """ form_answer_group_id: String
""" Form type """ form_type: String
""" The unique idenitifier of the item """ id: ID!
""" Return the ID of the incomplete form """ incomplete_form_id: String
""" The type of item """ item_type: String
""" The onboarding item that was completed """ onboarding_item: OnboardingItem
""" Recurring form related to the request """ recurring_form: RecurringForm
""" The intake flow item request details """ request_info: IntakeFlowItemRequestInfo
""" Skipped """ skipped: Boolean
""" Form status """ status: String
""" Tab type """ tab_type: String
""" Corrected typename of the intake flow item object """ typename: String
""" View url """ view_url: String}