Skip to content

Instantly share code, notes, and snippets.

neo4j-graphql-aggregations-highest-movie-rating-json
{
"data": {
"movies": [
{
"title": "The Da Vinci Code",
"reviewersAggregate": {
"edge": {
"rating": {
"max": "68"
}
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment