outcaste-io / outserv

Blockchain Search with GraphQL APIs
https://manishrjain.com/outserv-graphql-blockchain-search
Other
197 stars 15 forks source link

Avoid converting GraphQL queries to DQL #59

Open manishrjain opened 2 years ago

manishrjain commented 2 years ago

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.