Hello everyone,
I’ve just started with learning of dGraph and GraphQL API, and there is one thing that makes me confused. In order to get the data or to add new one, user can use DQL or GraphQL. I’ve decided to use GraphQL, and I’ve created several types, mutated some data, made some queries & everything works fine. Also, I’ve tried to use Ratel UI, and realized that it only supports DQL, so I’ve spent some time learning how to make queries in DQL. After several hours of trying, I’ve realized that I can’t fetch the data (that was created using GraphQL) using DQL queries.
Is it correct that you can’t fetch the data in Ratel if the data was previously created using GraphQL?