GraphQL: directive for GraphQL+- custom resolver (e.g Geolocation)

@abhimanyusinghgaur In fact, it would be easy to get around that. Dgraph supports JSON format queries. He can just send something like:

method: "POST",
body: "{  "query": "{ q(func: eq(email, \"user@company1.io\")) {uid  name} }"}"
1 Like