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
:description: This page describes how to customize the behavior of subscriptions.
5
5
6
+
GraphQL subscriptions to Neo4j use [Change Data Capture](https://neo4j.com/docs/cdc/current/). It's behaviour can be configured by passing an instance of `Neo4jGraphQLSubscriptionsCDCEngine`
7
+
6
8
== Neo4jGraphQLSubscriptionsCDCEngine
7
9
8
10
By default, the GraphQL library uses the same driver passed to `Neo4jGraphQL` to poll for events every second.
@@ -34,6 +36,9 @@ const neoSchema = new Neo4jGraphQL({
0 commit comments