Skip to content

FormAnswerGroupUserConnection

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

Fields

id · ID! · required · The unique identifier of the connection
user · User · The user associated with the connection

Used By

Definition

"""
An instance representing connection between a group charting note(form_answer_group.appointment.is_group == true) and a user
"""
type FormAnswerGroupUserConnection {
"""
The unique identifier of the connection
"""
id: ID!
"""
The user associated with the connection
"""
user: User
}