OBJECT
EntityHealthFilterBox
link GraphQL Schema definition
- type EntityHealthFilterBox implements FilterBoxInterface {
- # Unique identifier of the filter box.
- : String!
- # Related entity type the indicator rules in this box are evaluated on.
- : String!
- # Lookup field that connects the scored entity to the related record this box
- # evaluates.
- : UUID
- # Predefined relationship to the related record this box evaluates, such as the
- # next scheduled or last finished activity.
- : HardCodedRelation
- # Health indicator rules evaluated on the related record.
- : [EntityHealthFieldFilterRule!]!
- }