@amanmangal wrote:
I do not think I understand the use case all so well, but you should be able to write your query without the need for shadow schema in such a way that you could still use the properties of schema in the query. May be, if you provide an example of a query that you want to run with the shadow schema, we can help you figure out how to do it without the shadow schema.
Otherwise, we do not store the schema in similar way as we store the data. The types on the other hand, are just stored with a predicate called <dgraph.type>. Hope that helps.