Time to live for nodes in Dgraph

I have started exploring Dgraph recently and new to it. I am trying to draw a parallel between Dgraph and Neo4j, and had a doubt: Is there any method to set a TTL(Time to live) for nodes in DGraph?

@aniketshirke Dgraph doesn’t support setting TTL for a node, you need to delete it via mutation if you want to remove some edges.