OBJECT
EntityHealthMainFilterBox
link GraphQL Schema definition
- type EntityHealthMainFilterBox implements FilterBoxInterface {
- # Unique identifier of the filter box.
- : String!
- # Entity type the indicator rules in this box are evaluated on.
- : String!
- # When the box evaluates a related record, the lookup field that connects this
- # entity to that record.
- : UUID
- # Health indicator rules evaluated directly on the scored entity.
- : [EntityHealthFieldFilterRule!]!
- }