Object Star Wars::Starship

A Starship is a single transport craft that has hyperdrive capability.

Fields

cargoCapacity: Float

The maximum number of kilograms that this starship can transport.

class: String

The class of this starship, such as "Starfighter" or "Deep Space Mobile Battlestation"

consumables: String

The maximum length of time that this starship can provide consumables for its entire crew without having to resupply.

costInCredits: Float

The cost of this starship new, in galactic credits.

createdAt: DateTime!

crew: Int

The number of personnel needed to run or pilot this starship.

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

hyperdriveRating: Float

The class of this starships hyperdrive.

id: ID!

isPublished: Boolean!

indicates if the record is published

length: Float

The length of this starship in meters.

manufacturer: [String!]

The manufacturer of this starship.

maxAtmospheringSpeed: Int

The maximum speed of this starship in the atmosphere. null if this starship is incapable of atmospheric flight.

mglt: Int

The Maximum number of Megalights this starship can travel in a standard hour. A "Megalight" is a standard unit of distance and has never been defined before within the Star Wars universe.

name: String!

The name of this starship. The common name, such as "Death Star".

passengers: Int

The number of non-essential people this starship can transport.

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

updatedAt: DateTime!

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

Meta information about the query.

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

Meta information about the query.

Uses

AddToFilmStarshipsPayload.starshipsStarship

AddToPeopleStarshipsPayload.starshipsStarship

Film.starships

Mutation.createStarship

Mutation.deleteStarship

Mutation.updateOrCreateStarship

Mutation.updateStarship

Person.starships

Query.Starship

Query.allStarships

RemoveFromFilmStarshipsPayload.starshipsStarship

RemoveFromPeopleStarshipsPayload.starshipsStarship

StarshipSubscriptionPayload.node

Node