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
Similar to https://neo4j.com/docs/cypher-manual/current/syntax/parameters/[Cypher], it is also possible to set query parameters.
262
+
As an example we can rewrite the <<catalog-graph-project-subgraph-node-filter-example, node filter example>> from above using parameters instead of integer literals:
263
+
264
+
[role=query-example]
265
+
--
266
+
.Create a new graph containing only users of a certain age group:
0 commit comments