I’m totally new to this, so I apologise in advance if I ask stupid questions.
I have played around with the Dgraph Cloud Application and was very happy about the way I could write the schema there. This made me try out the local Docker image to get a bit deeper into the subject. Unfortunately locally you can only use the Ratel UI which only allows you to write DQL.
It seem like I can only write types - even if I try to bulk edit the schema ist still does not allow me to define an interface for example. How would I do this?
Yes, you can use any GraphQL client. There are thousands of client and tools made just for GraphQL. Things like GraphiQL, GraphQL IDE, GraphQL Editor, Apollo with several options, you can use Insomnia, and so on.
Not exactly. Graph DB and GraphQL are different things that match better together. And happen to have a similar construction in the schema, but they are different in essence.