Question / Feature Request
Custom Digging function
What you actually did
Declarative GraphQL, but for my needs I need imperative code logic
What you wanted to do
Is it possible to implement custom “digging” function for Dgraph ?
I mean for my needs I have to write a custom function for BFS traversal of graph, it should decide what type of nodes it should dig into, on edge attributes, how many layers, etc.
It will be good to have plugin interface in Go to write functions like that.