INPUT_OBJECT

PropertyRoomAttributesInput

Room information.

link GraphQL Schema definition

  • input PropertyRoomAttributesInput {
  • # UUID of the room.
  • id: UUID!
  • # The size of the area.
  • size: Float
  • # A description of the room.
  • size_description: String!
  • # The type of the rooms
  • type: RoomType!
  • # The measurement unit of the size.
  • units: UnitsOfMeasurement!
  • }