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 {
  • # The date and time the form was signed
  • created_at: String!
  • # The id of the form that was signed
  • form_answer_group_id: String
  • # The unique identifier of the signing
  • id: ID!
  • # A provider who signed the form
  • user: User
  • }