Example: Reversing a graph
WHERE x -> * -> y, y -> l -> z
CREATE New(x), New(y), New(z)
LINK New(z) -> l -> New(y)
Previous slide
Next slide
Back to first slide
View graphic version