ModelSearchRooms

open_in_new

Search summary information about all the rooms in the model.

GraphQL Schema definition

  • type ModelSearchRooms {
  • # The total number of rooms in the model.
  • count: Int!
  • # 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.
  • tags: [String!]
  • }