How to run Graphql queries directly or translated to Dgraph

I am working on an api that uses graphql to handle all the queries to a postgres database. To integrate with this other database, it would be nice to run graphql queries that can talk directly to dgraph or translate to dgraphs version of graphql. I am using elixir so I already have the ecto setup working and I can do queries and mutations I just need to do them through graphql now so I can integrate a frontend with the api.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.