OBJECT
type FlightFuelSupplier {fuelPriceNid: Int! cardName: String! supplierName: String! basePrice: Float! negotiatedPrice: Float negotiatedPriceBySetting: Float priceBySetting: Float! lowestPrice: Float! currency: String! fuelUnit: FuelQuantityUnit! notes: String! showOnTripsheet: Boolean! }