Skip to content

FormAnswerGroupAuditEvent

Base class for types

Fields

action · Action! · required · Action type
committed_at · ISO8601DateTime! · required · When the action was made
committed_by · User! · required · Who made the action
id · ID! · required

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