[Discussion] Improving the GraphQL Implementation for it to be useful in real production apps

interesting, I am invested and have a lot of feedback and inputs that I don’t have time right now to delve into. I look forward to picking this back up. This goes along the lines of input santization @maaft @codinghusi but not sure if this is the right way to go about handling it, just another idea to throw into the bucket though.

@fenos what you are describing is the approach that neo4j has taken which does have tradeoffs for sure. But Dgraph overall is a much better product than neo4j IMHO. If you wanted to have your own GraphQL layer on top of DQL endpoints there is nothing stopping you from doing so. You could even rewrite queries in your layer to DQL or even GraphQL and send them on their way to Dgraph’s endpoints. No one is stopping you from doing this.