Skip to content

Commit dd9c6bc

Browse files
committed
added two comments
1 parent d6c0685 commit dd9c6bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ROOT/pages/queries-aggregations/filtering.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ const neoSchema = new Neo4jGraphQL({ features, typeDefs, driver });
263263

264264
For both `String` and `ID`:
265265

266+
// Is the following correct? would have expected "filters: { String : { MATCHES: true, ID: true}}" based on the two above
266267

267268
[source, javascript, indent=0]
268269
----
@@ -282,6 +283,8 @@ const neoSchema = new Neo4jGraphQL({ features, typeDefs, driver });
282283

283284
=== Array comparison
284285

286+
// We should add examples in this section
287+
285288
The following operator is available on non-array fields, and accepts an array argument:
286289

287290
* `_IN`

0 commit comments

Comments
 (0)