Skip to main content

Character

type Character {
id: ID
name: String
status: String
species: String
type: String
gender: String
origin: Location
location: Location
image: String
episode: [Episode]!
created: String
}

Fields

Character.id ● ID scalar

The id of the character.

Character.name ● String scalar

The name of the character.

Character.status ● String scalar

The status of the character ('Alive', 'Dead' or 'unknown').

Character.species ● String scalar

The species of the character.

Character.type ● String scalar

The type or subspecies of the character.

Character.gender ● String scalar

The gender of the character ('Female', 'Male', 'Genderless' or 'unknown').

Character.origin ● Location object

The character's origin location

Character.location ● Location object

The character's last known location

Character.image ● String scalar

Link to the character's image. All images are 300x300px and most are medium shots or portraits since they are intended to be used as avatars.

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

Episodes in which this character appeared.

Character.created ● String scalar

Time at which the character was created in the database.

Returned By

character query ● charactersByIds query

Member Of

Characters object ● Episode object ● Location object