Input Object Star Wars::PlanetresidentsPerson

Input 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.

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.

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.

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.

filmsIds: [ID!]

films: [PersonfilmsFilm!]

speciesIds: [ID!]

species: [PersonspeciesSpecies!]

starshipsIds: [ID!]

starships: [PersonstarshipsStarship!]

vehiclesIds: [ID!]

vehicles: [PersonvehiclesVehicle!]

Uses

Mutation.createPlanet

Mutation.updatePlanet

CreatePlanet.residents

FilmplanetsPlanet.residents

PersonhomeworldPlanet.residents

UpdatePlanet.residents