OBJECT

TmdbSeriesSearchItem

link GraphQL Schema definition

  • type TmdbSeriesSearchItem {
  • # Official title according to the MovieDB
  • name: String!
  • # Release year
  • firstAirYear: Int
  • # TMDB ID
  • tmdbID: Int!
  • # ID to retrieve backdrop
  • backdropPath: String!
  • # ID to retrieve poster
  • posterPath: String!
  • }