OBJECT

EntityHealthMainFilterBox

link GraphQL Schema definition

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