GraphQL - Schema Definition Language (SDL)
Given this GraphQL object type:
Which query will correctly fetch the
type Movie {
title: String
year: Int
}Which query will correctly fetch the
title and year of movies?