Input Object Star Wars::FilmstarshipsStarship

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

crew: Int

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

hyperdriveRating: Float

The class of this starships hyperdrive.

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.

filmsIds: [ID!]

films: [StarshipfilmsFilm!]

pilotsIds: [ID!]

pilots: [StarshippilotsPerson!]

Uses

Mutation.createFilm

Mutation.updateFilm

CreateFilm.starships

PersonfilmsFilm.starships

PlanetfilmsFilm.starships

SpeciesfilmsFilm.starships

StarshipfilmsFilm.starships

UpdateFilm.starships

VehiclefilmsFilm.starships