OBJECT
RootQueryType
link GraphQL Schema definition
- type RootQueryType {
- # Arguments
- # id: Actor ID
- # name: Name of this actor
- # gender: Gender of this actor
- ID, : String, : String): Actor ( :
- # Arguments
- # id: Doctor ID
- # incarnation: Name of this incarnation of The Doctor
- # primaryActorID: The actor who usually portrayed this
- # incarnation of The Doctor
- ID, : String, : ID): Doctor ( :
- # Arguments
- # id: Companion ID
- # name: Companion name
- ID, : String): Companion ( :
- # Arguments
- # id: Director ID
- # name: Director name
- ID, : String): Director ( :
- # Arguments
- # id: Writer ID
- # name: Writer name
- ID, : String): Writer ( :
- # Arguments
- # id: Season ID
- # name: Season name
- ID, : String): Season ( :
- # Arguments
- # id: Episode ID
- # title: Episode Title
- # originalAirDate: Original air date (yyyy-mm-dd)
- # missing: If the episode is currently missing
- ID, : String, : String, : Boolean): Episode ( :
- # Arguments
- # id: Serial ID
- # title: Serial title
- ID, : String): Serial ( :
- }
link Require by
This element is not required by anyone