OBJECT

Serial

A serial or single episode

link GraphQL Schema definition

  • type Serial {
  • # Serial ID
  • id: ID
  • # Season
  • season: Season
  • # Story number
  • story: Int
  • # Serial episode number
  • serial: Int
  • # Serial title
  • title: String
  • # Serial production code
  • productionCode: String
  • # Doctor(s) who appeared in this episode
  • doctors: [Doctor]
  • # Companions who appear in this serial
  • companions: [Companion]
  • # Directors of this serial
  • directors: [Director]
  • # Writers of this serial
  • writers: [Writer]
  • # Episodes in this serial
  • episodes: [Episode]
  • }