Using the modern graph, how can I write a query that finds the name of the oldest person?
I want to take the graph produced by TinkerFactory.createModern() and write a query that finds the oldest person and returns their name. I want to learn to use the max() traversal step.