FormAnswerGroupAuditEvent
Base class for types
Fields
Used By
Definition
"""Base class for types"""type FormAnswerGroupAuditEvent { """ Action type """ action: Action!
""" When the action was made """ committed_at: ISO8601DateTime!
""" Who made the action """ committed_by: User! created_at: ISO8601DateTime! description: String form_answer_group: FormAnswerGroup! id: ID!
""" Additional structured data about the action, e.g. the previous and new appointment for appointment_relinked events """ metadata: JSON related_object: RelatedObjectUnion updated_at: ISO8601DateTime!}