@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} }"}"
@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} }"}"