INPUT_OBJECT

EstimatedEnergyCostsInput

link GraphQL Schema definition

  • input EstimatedEnergyCostsInput {
  • # The maximum estimated energy cost for this property in the current
  • maximum: PriceInput
  • # The minimum estimated energy cost for this property in the current
  • minimum: PriceInput
  • # Reference year for energy prices
  • year: Int
  • }