ModelSearchLocations

open_in_new

Search summary information about all the anchor locations within a model.

GraphQL Schema definition

  • type ModelSearchLocations {
  • # The total number of anchor locations in the model.
  • count: Int!
  • # The union of all the tags associated with locations in the model.
  • # Each unique tag will appear once.
  • tags: [String!]
  • }