INPUT_OBJECT
The input object that defines the fields for the createVehicle mutation.
input CreateVehicleMutationInput {# A descriptive name.name: String!# The manufacturer.manufacturer: String# The model.model: String# A year.year: Int# The vehicle identification number.vin: String# A note about this entity.note: NoteMutationInput}