How to get all attributes of a node?

Hello new to Dgraph here. Is there a new way of getting all attributes of a node? The old predicate keyword is no longer working.

If you have a well defined Type definition - you can use expand(_all_) or expand(myUserType) https://dgraph.io/docs/query-language/expand-predicates.

Thanks bro! It’s working.