Dgraph js client vs apollo client: which one to use in which case

Hello all! Just a quick noob question:
When should we use dgraph.js client and when should we go with apollo client?
What are the advantages / disadvantages of each to query a dgraph cloud db?

Thanks!

DgraphJS is a DQL client and Apollo is a GraphQL client. Dgraph has no GraphQL client, if you gonna use GraphQL you should use Apollo.

Perfectly clear now. This post also helped me a lot: New to Dgraph? DQL vs. GraphQL, Endpoints, Headers, and Schema Translation
Thanks!

1 Like