Vehicle
No description
type Vehicle {
category: VehicleCategory!
detailsUrl: Url
id: VehicleID!
licensePlate: String!
model: String!
}
Fields
Vehicle.category ● VehicleCategory! non-null enum
Category of this vehicle. Like a bike or a car etc.
Vehicle.detailsUrl ● Url scalar
The urls to edit details of this vehicle.
Vehicle.id ● VehicleID! non-null scalar
Unique identifier of this vehicle.
Vehicle.licensePlate ● String! non-null scalar
The official identifier of this vehicle.
Vehicle.model ● String! non-null scalar
Type of the vehicle.
Member Of
ActiveTour object ● ResidentialPark object ● TargetTour object ● Tour interface