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! updated_at: ISO8601DateTime!}