OBJECT

EntityHealthFilterBox

link GraphQL Schema definition

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