I have played around the new GraphQL feature and I noticed that this is something like managing DGraph schema through GraphQL schema. Is this right?
But what if I already have existing schema of DGraph, do I need to redeclare my schema in GraphQL and generate the new DGraph schema?
Or I should not care about that now and continue to develop with DGraph. and by the time there is some tools to do the translation automatically?
another thing is what is the naming convention of DGraph schema?
I have seen some patterns from tour of dgraph and blogs. For value edge, it should be noun? For uid edge, it should be verb + past tense? what about the dot notation like “director.film”, “Answer.inAnswerTo”.
thanks