Are there any commands to get overall data info

This seems worked on version v1.1.0

{
  showallnodes(func: has(dgraph.type)){
    dgraph.type
    expand(_all_)
  }
}
5 Likes