OBJECT

FormAnswerGroupSigning

An instance representing connection between a charting note(form_answer_group) and a user signing the note

link GraphQL Schema definition

  • type FormAnswerGroupSigning {
  • created_at: String
  • form_answer_group_id: String
  • id: ID
  • # A provider who signed the form
  • user: User
  • }