OBJECT

IntakeFlowItem

The intake flow item

link GraphQL Schema definition

  • 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: String
  • # 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
  • # View url
  • view_url: String
  • }