VehicleBook
No description
type VehicleBook {
type: String
attributes: VehicleAttributes
registration: String
}
Fields
VehicleBook.type
● String
scalar
VehicleBook.attributes
● VehicleAttributes
object
VehicleBook.registration
● String
scalar
Member Of
TravellerBook
object