OBJECT
type TmdbMovieSearchItem {# Official title according to the MovieDBtitle: String! # Release yearreleaseYear: Int # Short description of the movieoverview: String! # TMDB IDtmdbID: Int! # ID to retrieve backdropbackdropPath: String! # ID to retrieve posterposterPath: String! }