Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:24
· 6 commits to main since this release

RailsAuditLog::Graphql 0.6.1

Added

  • actorType: filter argument on auditLogEntries, auditLogEntriesConnection, and auditLogEntriesCount — filter by actor model class name (e.g. "User")
  • forTenant: argument on auditLogReify and auditLogEntriesCount — consistent tenant scoping across all query fields; both also respect RailsAuditLog.current_tenant auto-tenant

Changed

  • auditLogReify return type changed from generic JSON to AuditLogJson for consistency with other entry fields
  • rails g rails_audit_log:graphql:install now also injects SchemaPlugin into the host schema file (detected via app/graphql/**/*schema*.rb glob); print_next_steps updated to mention all available queries and the complexity config override