INPUT_OBJECT
BuildingAttributesInput
Building information
link GraphQL Schema definition
- input BuildingAttributesInput {
- # Construction information
- : ConstructionAttributesInput
- # Number of floors in the building
- : Int
- # Renovation details.
- : RenovationAttributesInput
- # The number of units in the building
- : Int
- }