Hi,
I am doing some pattern matching experiments on DGraph. But when my query is a cycle(like: person1-Knows->comment-Replyof->post-HasCreator->person1, where the two person1 is the same person), I can’t find and write a correct SQL for pattern matching a cycle in DGraph. So I want to if there are some grammar or keywords supporting cycle query, or DGraph can’t query for a cycle.
Thanks for your early reply!