vehicleUpdate
mutation
Update vehicle
Modifies a vehicle's license plate, brand, model, or registration details.
mutation {
vehicleUpdate(companyId: Int!, data: VehicleUpdate!): Vehicle!
}Returns: Vehicle!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | VehicleUpdate! |