INPUT_OBJECT

TVShow

link GraphQL Schema definition

  • input TVShow {
  • # The title of the TV show/series
  • title: String!
  • # The particular season of the show.
  • #
  • # If no season is provided, then an overview of the show (all seasons) will be
  • # grabbed
  • season: String
  • }

link Require by