Version
A version record representing a change in the object. Tracks create, update, and destroy events with actor information.
Fields
actorContext (VersionContext)
The context in which the change was made
actorEmail (String)
Email address of the actor who made this change
changes (JSON)
JSON object containing the changes made. Keys are field names, values are [old_value, new_value] arrays.
createdAt (ISO8601DateTime!)
When this change occurred
event (VersionEvent!)
The type of event
id (ID!)
The unique identifier of the version
Last updated
Was this helpful?