OBJECT

IntakeFlowType

Intake Flow

link GraphQL Schema definition

  • 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!]
  • }