GraphQL and Dart Grpc client

Hello everybody.
I have a question, since I have not seen any of this in the documentation.
Is it possible to use GraphQL with Dart’s Grpc client with Dgraph Community? In the examples I have only seen that the queries and mutations are in DQL.

The gRPC clients are for DQL. If you’d like to use GraphQL, then you can use any GraphQL client in Dart to do so. That’s the great thing about GraphQL.

A quick search for Dart GraphQL libraries led me to this one which should work fine with Dgraph: https://pub.dev/packages/graphql.

1 Like