VehicleBookInput
No description
input VehicleBookInput {
index: Int!
registration: String
}
Fields
VehicleBookInput.index
● Int!
non-null scalar
Used to match with requested vehicles in search.
VehicleBookInput.registration
● String
scalar
Vehicle identification.
Member Of
TravellerBookInput
input