outserv
outserv copied to clipboard
Avoid converting GraphQL queries to DQL
We directly parse GraphQL queries to the underlying query struct, but then convert it to DQL, before passing it to edgraph. Avoid that conversion to DQL step.