Search summary information about all the rooms in the model.
- type ModelSearchRooms {
- # The total number of rooms in the model.
- Int! :
- # The union of all the labels on all the rooms in the model.
- # Each label in this set will be unique.
- String!] : [
- # The union of all the tags on all the rooms in the model.
- # Each tag in this set will be unique.
- # All tags that appear on at least one room will be included.
- String!] : [
- }