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
AuditLogEntryCreated subscription — auditLogEntryCreated(itemType:, itemId:) subscribes to new entries for a specific record; auditLogEntryCreated(actorId:) subscribes to all entries by a specific actor
AuditLogSubscriptionsMixin — include into host app's SubscriptionType to add the auditLogEntryCreated subscription field
BaseSubscription base class for all gem GraphQL subscription types
Broadcaster — call Broadcaster.new(schema: MySchema).start in an initializer to relay rails_audit_log.entry_createdActiveSupport::Notifications events into GraphQL subscription triggers; supports stop to unsubscribe