Three files:
schema.gql
contains the type definitions I inserted into dgraph.seed.rdf
contains the set definition used to populate the database with associated information.query.gql
contains the dql query I'm trying to execute based on the examples...
When I run the query I get no results back. I've tried this at all sorts of different parts of the simple tree. Can't get any information anywhere. Can see data stored in the system just can't access it.