Object Star Wars::Person

A Person is an individual person or character within the Star Wars universe

Fields

birthYear: String

The birth year of the person, using the in-universe standard of BBY or ABY - Before the Battle of Yavin or After the Battle of Yavin. The Battle of Yavin is a battle that occurs at the end of Star Wars episode IV: A New Hope.

createdAt: DateTime!

eyeColor: [PERSON_EYE_COLOR!]

The eye color of this person. Will be "UNKNOWN" if not known or null if the person does not have an eye.

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

gender: PERSON_GENDER

The gender of this person. Will be "UNKNOWN" if not known or null if the person does not have a gender.

hairColor: [PERSON_HAIR_COLOR!]

The hair color of this person. Will be "UNKNOWN" if not known or null if the person does not have hair.

height: Int

The height of the person in centimeters.

homeworld(filter: PlanetFilter): Planet

id: ID!

isPublished: Boolean!

indicates if the record is published

mass: Float

The mass of the person in kilograms.

name: String!

The name of this person.

skinColor: [PERSON_SKIN_COLOR!]

The skin color of this person.

species(filter: SpeciesFilter, orderBy: SpeciesOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Species!]

starships(filter: StarshipFilter, orderBy: StarshipOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Starship!]

updatedAt: DateTime!

vehicles(filter: VehicleFilter, orderBy: VehicleOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Vehicle!]

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

Meta information about the query.

_speciesMeta(filter: SpeciesFilter, orderBy: SpeciesOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!

Meta information about the query.

_starshipsMeta(filter: StarshipFilter, orderBy: StarshipOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!

Meta information about the query.

_vehiclesMeta(filter: VehicleFilter, orderBy: VehicleOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!

Meta information about the query.

Uses

AddToPeopleFilmPayload.charactersPerson

AddToPeoplePlanetPayload.residentsPerson

AddToPeopleSpeciesPayload.peoplePerson

AddToPeopleStarshipsPayload.pilotsPerson

AddToPeopleVehiclesPayload.pilotsPerson

Film.characters

Mutation.createPerson

Mutation.deletePerson

Mutation.updateOrCreatePerson

Mutation.updatePerson

PersonSubscriptionPayload.node

Planet.residents

Query.Person

Query.allPersons

RemoveFromPeopleFilmPayload.charactersPerson

RemoveFromPeoplePlanetPayload.residentsPerson

RemoveFromPeopleSpeciesPayload.peoplePerson

RemoveFromPeopleStarshipsPayload.pilotsPerson

RemoveFromPeopleVehiclesPayload.pilotsPerson

Species.people

Starship.pilots

Vehicle.pilots

Node