OBJECT
ModelSearchMattertags
Search summary information about all the mattertags in the model.
link GraphQL Schema definition
- type ModelSearchMattertags {
 - #   The total number of mattertags in the model.
 - : Int! 
 - #   The union of all the labels on mattertags in the model.
 - #   Each unique label will appear once.
 - : [String!] 
 - #   The union of all the descriptions on mattertags in the model.
 - #   Each unique description will appear once.
 - : [String!] 
 - }