We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8ccf8 commit 342c850Copy full SHA for 342c850
pages/release-notes.mdx
@@ -208,8 +208,8 @@ updated.
208
[#2713](https://github.com/memgraph/memgraph/pull/2713)
209
- Added support for dynamic relationship creation. Users can now create
210
relationship types based on variable values. Example: `WITH {my_edge_type:
211
- "KNOWS"} as x CREATE ()-[x.my_edge_type]->();` The result of this query would
212
- be a created triplet with the relationship type `KNOWS`.
+ "KNOWS"} as x CREATE ()-[:x.my_edge_type]->();` The result of this query
+ would be a created triplet with the relationship type `KNOWS`.
213
[#2558](https://github.com/memgraph/memgraph/pull/2558)
214
- Added the `length` function, which outputs the number of relationships in a
215
given path object in the query or the number of elements in a list. The
0 commit comments