Skip to main content

Episode

type Episode {
id: ID
name: String
air_date: String
episode: String
characters: [Character]!
created: String
}

Fields

Episode.id ● ID scalar

The id of the episode.

Episode.name ● String scalar

The name of the episode.

Episode.air_date ● String scalar

The air date of the episode.

Episode.episode ● String scalar

The code of the episode.

Episode.characters ● [Character]! non-null object

List of characters who have been seen in the episode.

Episode.created ● String scalar

Time at which the episode was created in the database.

Returned By

episode query ● episodesByIds query

Member Of

Character object ● Episodes object