File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
modules/ROOT/pages/subscriptions Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 44:description: This page describes how to customize the behavior of subscriptions.
55
66GraphQL subscriptions to Neo4j use [Change Data Capture](https://neo4j.com/docs/cdc/current/) (CDC).
7- It's behavior can be configured by passing an instance of `Neo4jGraphQLSubscriptionsCDCEngine`.
7+ Its behavior can be configured by passing an instance of `Neo4jGraphQLSubscriptionsCDCEngine`.
88
99== Neo4jGraphQLSubscriptionsCDCEngine
1010
Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ This section covers:
99* xref:subscriptions/getting-started.adoc[Getting started] - How to get started with subscriptions by setting up a basic example.
1010* xref:subscriptions/events.adoc[Events] - How to trigger events when using `@neo4j/graphql` .
1111* xref:subscriptions/filtering.adoc[Filtering] - How to apply filters to subscriptions.
12- * xref:subscriptions/engines.adoc[Subscriptions engines] - How to set up a GraphQL subscription along with a `@neo4j/graphql` server.
You can’t perform that action at this time.
0 commit comments