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 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: 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}