module.exports = { definition: ` extend input TravelInput { createVehicle: Boolean } `, query: ``, mutation: ``, type: {}, resolver: {}, };