Object Star Wars::Vehicle
A Vehicle is a single transport craft that does not have hyperdrive capability.
Fields
cargoCapacity: Int
The maximum number of kilograms that this vehicle can transport.
class: String
The class of this vehicle, such as "Wheeled" or "Repulsorcraft".
consumables: String
The maximum length of time that this vehicle can provide consumables for its entire crew without having to resupply.
costInCredits: Int
The cost of this vehicle new, in Galactic Credits.
createdAt: DateTime!
crew: Int
The number of personnel needed to run or pilot this vehicle.
films(filter: FilmFilter, orderBy: FilmOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Film!]
id: ID!
isPublished: Boolean!
indicates if the record is published
length: Float
The length of this vehicle in meters.
manufacturer: [String!]
The manufacturer of this vehicle.
maxAtmospheringSpeed: Int
The maximum speed of this vehicle in the atmosphere.
model: String
The model or official name of this vehicle. Such as "All-Terrain Attack Transport".
name: String!
The name of this vehicle. The common name, such as "Sand Crawler" or "Speeder bike".
passengers: Int
The number of non-essential people this vehicle 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.