INPUT_OBJECT

ConstructionAttributesInput

Construction information.

link GraphQL Schema definition

  • input ConstructionAttributesInput {
  • # The name of the architect.
  • architect: String
  • # The number of residential lots.
  • residential_lots: Int
  • # The construction year.
  • year: Int
  • }