FormAnswerGroupSigning
An instance representing connection between a charting note(form_answer_group) and a user signing the note
Fields
form_answer_group_id
· String · The id of the form that was signed user_avatar_url
· String · The avatar URL of the user who signed the form user_full_legal_name
· String · The full legal name of the user who signed the form user_qualifications
· String · The qualifications of the user who signed the form Used By
Definition
"""An instance representing connection between a charting note(form_answer_group) and a user signing the note"""type FormAnswerGroupSigning { """ The date and time the form was signed """ created_at: ISO8601DateTime!
""" 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
""" The avatar URL of the user who signed the form """ user_avatar_url: String
""" The full legal name of the user who signed the form """ user_full_legal_name: String
""" The qualifications of the user who signed the form """ user_qualifications: String}