Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save danstarns/debb3396dde76457cdcfcfd55e002ea0 to your computer and use it in GitHub Desktop.

Select an option

Save danstarns/debb3396dde76457cdcfcfd55e002ea0 to your computer and use it in GitHub Desktop.
neo4j-graphql-aggregations-highest-movie-rating-gql
{
movies(where: { title: "The Da Vinci Code" }) {
title
reviewersAggregate {
edge {
rating {
max
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment