Hi,
All the node properties are not reading with this query. But properties displacing in the metrics section but not in the data section in output result(plz: refer below image).
Please guide me to solve this issue.
{
q(func: eq(dgraph.type,"Tenant"), first: 1){
uid
dgraph.type
expand(_all_){
expand(_all_)
}
}
}
Note: I have added dgraph.type to the existing node.
Dgraph server version: 20.07.3
Reference Image: