ModelSearchMattertags

open_in_new

Search summary information about all the mattertags in the model.

GraphQL Schema definition

  • type ModelSearchMattertags {
  • # 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!]
  • # The union of all the descriptions on mattertags in the model.
  • # Each unique description will appear once.
  • descriptions: [String!]
  • }