OBJECT
Serial
A serial or single episode
link GraphQL Schema definition
- type Serial {
- # Serial ID
- ID :
- # Season
- Season :
- # Story number
- Int :
- # Serial episode number
- Int :
- # Serial title
- String :
- # Serial production code
- String :
- # Doctor(s) who appeared in this episode
- Doctor] : [
- # Companions who appear in this serial
- Companion] : [
- # Directors of this serial
- Director] : [
- # Writers of this serial
- Writer] : [
- # Episodes in this serial
- Episode] : [
- }