OBJECT

Doctor

A single incarnation of The Doctor

link GraphQL Schema definition

  • type Doctor {
  • # Doctor ID
  • id: ID
  • # Name of this incarnation of The Doctor
  • incarnation: String
  • # The actor who usually portrayed this incarnation of The Doctor
  • primaryActor: Actor
  • # Serials
  • serials: [Serial]
  • }