Destructuring relation types in match statements.
Is there any semantic difference between the following two queries?
If not, which one would be considered more canonical way of writing TypeQL?
2 Replies
Does the former still work? That was the preferred way to write relations in 2.x.
The latter should be the "preferred" way 3.x, though it's considered syntax sugar for the form below (which makes the below one "canonical"?)