File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ updated.
208
208
[ #2713 ] ( https://github.com/memgraph/memgraph/pull/2713 )
209
209
- Added support for dynamic relationship creation. Users can now create
210
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 ` .
211
+ " KNOWS" } as x CREATE ()-[ : x.my_edge_type] ->();` The result of this query
212
+ would be a created triplet with the relationship type ` KNOWS ` .
213
213
[ #2558 ] ( https://github.com/memgraph/memgraph/pull/2558 )
214
214
- Added the ` length ` function, which outputs the number of relationships in a
215
215
given path object in the query or the number of elements in a list. The
You can’t perform that action at this time.
0 commit comments