INPUT_OBJECT
UpdateVehicleMutationInput
The input object that defines the fields for the updateVehicle mutation.
link GraphQL Schema definition
- input UpdateVehicleMutationInput {
- # A descriptive name.
- String :
- # The manufacturer.
- String :
- # The model.
- String :
- # A year.
- Int :
- # The vehicle identification number.
- String :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `manufacturer` to null.
- Boolean :
- # Setting this value to `true` will set `model` to null.
- Boolean :
- # Setting this value to `true` will set `year` to null.
- Boolean :
- # Setting this value to `true` will set `vin` to null.
- Boolean :
- }