OBJECT
type McpFuelPrice {nid: Int! cardName: String! basePrice: Float! basePriceCurrency: String! totalPrice: Float! totalPriceCurrency: String! negotiatedBasePrice: Float negotiatedBasePriceCurrency: String negotiatedTotalPrice: Float negotiatedTotalPriceCurrency: String supplierName: String! notes: String! isExpired: Boolean! expires: Int isFavouriteCard: Boolean! isDeletable: Boolean! isFromExternalApi: Boolean! aviationCardNid: Int! orderEmails: [String!] orderEmailsCc: String countryTaxMode: String! minimumFuel: Int! fuelType: FuelType! }