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 `GpsTrackingProvider` ID.
- Int64Bit :
- # A GPS Tracking Provider vehicle unique identifier.
- String :
- # Whether or not GPS Tracking enabled for vehicle.
- Boolean :
- # Whether or not to always track the vehicle.
- Boolean :
- # If not always, then track on Monday.
- Boolean :
- # If not always, then track on Tuesday.
- Boolean :
- # If not always, then track on Wednesday.
- Boolean :
- # If not always, then track on Thursday.
- Boolean :
- # If not always, then track on Friday.
- Boolean :
- # If not always, then track on Saturday.
- Boolean :
- # If not always, then track on Sunday.
- Boolean :
- # If not always, start time for tracking.
- Time :
- # If not always, end time for tracking.
- Time :
- # The timezone you want times in the system displayed in.
- Timezone :
- # 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 :
- # Setting this value to `true` will set `gps_tracking_provider_id` to null.
- Boolean :
- # Setting this value to `true` will set `gps_tracking_uid` to null.
- Boolean :
- # Setting this value to `true` will set `gps_tracking_timezone` to null.
- Boolean :
- }