VehicleAttributes
No description
type VehicleAttributes {
brand: String
model: String
height: Int!
length: Int!
trailer: Trailer
}
Fields
VehicleAttributes.brand
● String
scalar
VehicleAttributes.model
● String
scalar
VehicleAttributes.height
● Int!
non-null scalar
Vehicle height in centimeters.
VehicleAttributes.length
● Int!
non-null scalar
Vehicle length in centimeters.
VehicleAttributes.trailer
● Trailer
object
Optional trailer characteristics.
Member Of
VehicleBook
object