OBJECT

IntakeFlowItemRequestInfo

The intake flow item request details

link GraphQL Schema definition

  • type IntakeFlowItemRequestInfo {
  • # Completion date of the form
  • complete_date: String
  • # User who completed the form
  • completed_by: User
  • # Info how client received the form
  • details: String
  • # Requested / Auto-Requested
  • label: String
  • # Request date of the form
  • request_date: String
  • # User who requested the form
  • requested_by: User
  • }