All the node properties are not reading with expand all

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:

What is your schema? expand(__all__) only works on terminal edges (edges that go to a specific value, instead of another node)

Schema for dgraph.type Tenant

er, do you have the textual representation? (Click bulk edit)