Example queries using GraphiQL at http://localhost:4000
{
ByTitle(title: "Die Hard") {
Title
Year
imdbId
Type
Poster
}
}
{
ById(id: "tt0451279") {
Title
Year
imdbId
Type
Poster
}
}
{
Search(title: "Batman") {
Title
Year
Rated
Released
Runtime
}
}
- Title
- Year
- Rated
- Released
- Runtime
- Genre
- Director
- Writer
- Actors
- Plot
- Language
- Country
- Awards
- Poster
- Ratings
- Metascore
- imdbRating
- imdbVotes
- imdbId
- Type
- DVD
- BoxOffice
- Production
- Website
- Response