OBJECT
type FuelPriceOutput {nid: Int! cardName: String! basePrice: Float! basePriceCurrency: String! totalPrice: Float! totalPriceCurrency: String! negotiatedBasePrice: Float negotiatedBasePriceCurrency: String negotiatedTotalPrice: Float negotiatedTotalPriceCurrency: String supplierName: String! notes: String! isSelected: Boolean! isExpired: Boolean! expires: Int isFavouriteCard: Boolean! isDeletable: Boolean! aviationCardNid: Int! # Requires access to resource GRAPHQL_AIRPORTairport: Airport! orderEmails: [String!] orderEmailsCc: String countryTaxMode: String! priceIndex: Float }