Vehicle
No description
type Vehicle {
name: String!
value: Float!
vin: String!
}
Fields
Vehicle.name ● String! non-null scalar
Vehicle.value ● Float! non-null scalar
Vehicle.vin ● String! non-null scalar
Returned By
vehicles query