Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:12
· 20 commits to main since this release

RailsAuditLog::Graphql 0.3.0

Added

  • 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