Object Star Wars::Species

A Species is a type of person or character within the Star Wars Universe.

Fields

averageHeight: Int

The average height of this species in centimeters.

averageLifespan: Int

The average lifespan of this species in years.

classification: String

The classification of this species, such as "mammal" or "reptile".

createdAt: DateTime!

designation: String

The designation of this species, such as "sentient".

eyeColor: [SPECIES_EYE_COLOR!]

The eye colors for this species, "UNKNOWN" if not known, null if this species does not typically have eyes.

films(filter: FilmFilter, orderBy: FilmOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Film!]

hairColor: [SPECIES_HAIR_COLOR!]

The hair colors for this species, "UNKNOWN" if not known, null if this species does not typically have hairs.

id: ID!

isPublished: Boolean!

indicates if the record is published

language: String

The language commonly spoken by this species.

name: String!

The name of this species.

people(filter: PersonFilter, orderBy: PersonOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Person!]

skinColor: [SPECIES_SKIN_COLOR!]

The skin colors for this species, "UNKNOWN" if not known, null if this species does not typically have a skin.

updatedAt: DateTime!

_filmsMeta(filter: FilmFilter, orderBy: FilmOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!

Meta information about the query.

_peopleMeta(filter: PersonFilter, orderBy: PersonOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!

Meta information about the query.

Uses

AddToFilmSpeciesPayload.speciesSpecies

AddToPeopleSpeciesPayload.speciesSpecies

Film.species

Mutation.createSpecies

Mutation.deleteSpecies

Mutation.updateOrCreateSpecies

Mutation.updateSpecies

Person.species

Query.Species

Query.allSpecies

RemoveFromFilmSpeciesPayload.speciesSpecies

RemoveFromPeopleSpeciesPayload.speciesSpecies

SpeciesSubscriptionPayload.node

Node