ModelSearchMeasurements

open_in_new

Search summary information about all the measurements in the model.

GraphQL Schema definition

  • type ModelSearchMeasurements {
  • # The total number of mattertags in the model.
  • count: Int!
  • # The union of all the labels on mattertags in the model.
  • # Each unique label will appear once.
  • labels: [String!]
  • }