You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActorType (AuditLogActor) — new object type with id and typeName fields exposing the polymorphic actor reference; adds actor: AuditLogActor field on AuditLogEntry
AuditedResourceType (AuditedResource) — new object type with id and typeName fields exposing the audited model reference; adds auditedResource: AuditedResource! field on AuditLogEntry
DiffType (AuditLogDiff) — new object type with attribute, from, and to fields; adds diff: [AuditLogDiff!] field on AuditLogEntry parsed from objectChanges