The must-watch Denzel's movies
same requests that are in the readme
You can do the same thing as with the rest API
Here is some exemple request
query{
populate
}
query{
movie {id title year metascore}
}
query{
movies(limit: 3, metascore: 70) {link metascore synopsis title year id}
}
query{
review(id: "tt0368008", date: "2019-03-04", review: "😍 🔥")
}
query{
movie(id: "tt0368008") {link metascore synopsis title year review{date review}}
}
As you can see, the review was added