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
}
}
}