OBJECT

TmdbMovieSearchItem

link GraphQL Schema definition

  • type TmdbMovieSearchItem {
  • # Official title according to the MovieDB
  • title: String!
  • # Release year
  • releaseYear: Int
  • # Short description of the movie
  • overview: String!
  • # TMDB ID
  • tmdbID: Int!
  • # ID to retrieve backdrop
  • backdropPath: String!
  • # ID to retrieve poster
  • posterPath: String!
  • }