INPUT_OBJECT
CreateVehicleMutationInput
The input object that defines the fields for the createVehicle mutation.
link GraphQL Schema definition
- input CreateVehicleMutationInput {
- # 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 :
- }