Used to create and patch model rooms.
Note: this is only enabled for organizations enrolled in the Property Insights graph extension
- input RoomDetails {
- # All annotations and locations that fall within this room. These will be updated
- # to reflect this association.
- : RoomAssociations
- # The closed bounding box of vertices and edges that make up this room.
- : BoundedRegionDetails
- # The RoomClassifications of this room.
- : [ID!]
- # The room's dimensional data.
- : DimensionPatch
- # The primary floor this room is located on.
- : ID
- # Any holes within the boundary of this ModelRoom. To reset this room's holes,
- # send an empty set here.
- : [BoundedRegionDetails!]
- # The keywords associated with this room.
- #
- # If unspecified, keywords will be set from the room's classifications.
- : [String!]
- # A user displayable label for the room.
- : String
- # The ID of the layer the Room should be associated with.
- # If left blank it will default to the View's default write layer, or the existing
- # data's layer on a patch mutation.
- : ID
- }