OBJECT

FormAnswerGroupUserConnection

An instance representing connection between a group charting note(form_answer_group.appointment.is_group == true) and a user

link GraphQL Schema definition

  • type FormAnswerGroupUserConnection {
  • # The unique identifier of the connection
  • id: ID!
  • # The user associated with the connection
  • user: User
  • }