OBJECT

SdFormAnswerGroup

INTERNAL -- A Form Answer Group query for Support Dashboard

link GraphQL Schema definition

  • type SdFormAnswerGroup {
  • # Connected appointment ID
  • appointment_id: String
  • # Created At
  • created_at: String
  • # Cursor for FormAnswerGroup Pagination
  • cursor: String!
  • # The form template that was filled out
  • custom_module_form: CustomModuleForm
  • # ID of the user who created the FormAnswerGroup
  • filler_id: String
  • # Form Answers and their previous versions
  • form_answers: [SdFormAnswer!]
  • # The unique identifier of the object
  • id: ID!
  • # The date and time when the charting note was locked
  • locked_at: String
  • # The provider who have locked the charting note
  • locked_by: SdUser
  • # Name
  • name: String
  • # Updated At
  • updated_at: String
  • # The user the form is about
  • user: SdUser
  • # ID of the client on the FormAnswerGroup
  • user_id: String
  • }