Skip to content

Commit a76dfc3

Browse files
update excludeDeprecateFields
1 parent 2507cfc commit a76dfc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/optimization.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ const neoSchema = new Neo4jGraphQL({
2323
driver,
2424
features: {
2525
excludeDeprecatedFields: {
26-
bookmark: true,
27-
negationFilters: true,
28-
arrayFilters: true,
29-
stringAggregation: true,
30-
aggregationFilters: true,
26+
implicitEqualFilters: true;
27+
deprecatedOptionsArgument: true;
28+
directedArgument: true;
3129
},
3230
},
3331
});
3432
```
3533

34+
;
35+

0 commit comments

Comments
 (0)