VehicleRead
object
Reads a Vehicle.
Returns a Vehicle with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
vehicleId | Int! | |
visible | Int | |
name | String! | |
licensePlate | String! | |
company | CompanyRead | |
deletable | Boolean |
Reads a Vehicle.
Returns a Vehicle with the specified ID.
| Name | Type | Description |
|---|---|---|
vehicleId | Int! | |
visible | Int | |
name | String! | |
licensePlate | String! | |
company | CompanyRead | |
deletable | Boolean |