What is the tilde operator in a query?

Hello, I’m new and learning DGraph. As I was looking through the documentation I’ve come across the “~” operated in queries and not quite understood what it is doing.

https://docs.dgraph.io/query-language/#inequality{

genre(func: gt(count(~genre), 30000)){
name@en
~genre (first:1) {
name@en
}
}
}

Found my answer: https://docs.dgraph.io/query-language/#reverse-edges

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.