getReviews()

in src/graphql/queries.js [32:38]


  getReviews(id: $id) {
    id
    type
    votes
    topMovie
    topVotes
  }