Finding Latest Review
2.5 · Challenge

Finding Latest Review

Write a query that returns a list pertaining to the movie, Toy Story. The list will contain the timestamp of when the movie review was done (from the RATING Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node.) and the name of the reviewer.

You can use datetime({epochseconds:r.timestamp}) to format the timestamp into something that is readable.