INPUT_OBJECT

RenovationAttributesInput

Renovation information.

link GraphQL Schema definition

  • input RenovationAttributesInput {
  • # A description fo the renovation.
  • description: String
  • # The year of the latest renovation.
  • year: Int
  • }