Skip to content

IntakeFlowType

Intake Flow

Fields

all_forms · [IntakeFlowItem!] · All forms in the intake flow
completed_skipped · [IntakeFlowItem!] · Completed and skipped forms in the intake flow
forms · [IntakeFlowItem!] · Forms in the intake flow
not_started_incomplete · [IntakeFlowItem!] · Not started and incomplete forms in the intake flow
requested · [IntakeFlowItem!] · Requested forms in the intake flow

Used By

Definition

"""
Intake Flow
"""
type IntakeFlowType {
"""
All forms in the intake flow
"""
all_forms: [IntakeFlowItem!]
"""
Completed and skipped forms in the intake flow
"""
completed_skipped: [IntakeFlowItem!]
"""
Forms in the intake flow
"""
forms: [IntakeFlowItem!]
"""
Intake flows
"""
intake_flows: [IntakeFlowItem!]
"""
Not started and incomplete forms in the intake flow
"""
not_started_incomplete: [IntakeFlowItem!]
"""
Requested forms in the intake flow
"""
requested: [IntakeFlowItem!]
}