Object Star Wars::Planet

A Planet is a large mass, planet or planetoid in the Star Wars Universe, at the time of 0 ABY.

Fields

climate: [String!]

The climate of this planet.

createdAt: DateTime!

diameter: Int

The diameter of this planet in kilometers.

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

gravity: String

A number denoting the gravity of this planet, where "1" is normal or 1 standard G. "2" is twice or 2 standard Gs. "0.5" is half or 0.5 standard Gs.

id: ID!

isPublished: Boolean!

indicates if the record is published

name: String!

The name of the planet

orbitalPeriod: Int

The number of standard days it takes for this planet to complete a single orbit of its local star.

population: Float

The average population of sentient beings inhabiting this planet.

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

rotationPeriod: Int

The number of standard hours it takes for this planet to complete a single rotation on its axis.

surfaceWater: Float

The percentage of the planet surface that is naturally occurring water or bodies of water.

terrain: [String!]

The terrain of this planet.

updatedAt: DateTime!

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

Meta information about the query.

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

Meta information about the query.

Uses

AddToFilmPlanetsPayload.planetsPlanet

AddToPeoplePlanetPayload.homeworldPlanet

Film.planets

Mutation.createPlanet

Mutation.deletePlanet

Mutation.updateOrCreatePlanet

Mutation.updatePlanet

Person.homeworld

PlanetSubscriptionPayload.node

Query.Planet

Query.allPlanets

RemoveFromFilmPlanetsPayload.planetsPlanet

RemoveFromPeoplePlanetPayload.homeworldPlanet

Node