Skip to content

Commit 48fec77

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent ea58d4a commit 48fec77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/subscriptions/customize-cdc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Note that poll time is the period between a finished request and the start of th
2020
The actual time it takes for CDC events to trigger the subscription also depends on your network.
2121
* `queryConfig`: An object with the driver query options to be passed to CDC requests.
2222
Use the `db` field to define the target database for CDC.
23-
* `onlyGraphQLEvents`: By default, subscriptions capture all changes done to the database. If this flag is set to true, only changes made through GraphQL will trigger the subscription.
24-
* Note: If this flag is set to true, changes made with a different version of the `@neo4j/graphql` will **not** trigger subscriptions.
23+
* `onlyGraphQLEvents`: By default, subscriptions capture all changes done to the database. If this flag is set to `true`, only changes made through GraphQL will trigger the subscription.
24+
Note that if this flag is set to `true`, changes made with a different version of the `@neo4j/graphql` will not trigger subscriptions.
2525

2626
For example:
2727

0 commit comments

Comments
 (0)