I’m transitioning from neo4j to Dgraph. One thing in neo4j is the notion of node labels. Or “kinds”. So, a node can be a “Person”, for example. That’s easy enough to do in Dgraph by creating a type “Person”. But is there a way to give a node more than one label? For example… a “Person” can also be a “Father”.
Just DQL, GraphQL isn’t that flexible. Maybe there is away, but I personally have no idea. But, following the GraphQL Specs, I can’t see how it would be possible there.