OBJECT
Episode
An episode of a Serial, or a single episode of the show
link GraphQL Schema definition
- type Episode {
- # Episode ID
- ID :
- # Episode title
- String :
- # Serial this Episode appears in
- Serial :
- # Episode order within a serial
- Int :
- # Original air date (yyyy-mm-dd)
- String :
- # Original running time (hh:mm)
- String :
- # UK viewers (millions) of the first showing
- Float :
- # Appreciation Index of the first showing
- Int :
- # Whether the episode is currently missing
- Boolean :
- # Whether a missing episode has been officially re-created (such as the animated
- # re-creations)
- Boolean :
- }