OBJECT
FilterBox
link GraphQL Schema definition
- type FilterBox implements FilterBoxInterface {
- # Identifier of this filter box within the filter tab.
- : String!
- # Name of the record type whose fields the conditions in this box are evaluated
- # against.
- : String!
- # Identifier of the lookup field that connects this box to the main record type
- # when the box filters a related record reached through a lookup.
- : UUID
- # Predefined relationship linking this sibling box to the main record type. Null
- # when the box is connected through a lookup field instead.
- : HardCodedRelation
- # Conditions evaluated on this box, each comparing one field against a set of
- # values.
- : [FieldFilterRule!]!
- }
link Require by
- AccountFilterTabnull
- ActivityFilterTabnull
- ContactFilterTabnull
- CustomEntityFilterTabnull
- EmailFilterTabnull
- EmailSequenceFilternull
- EntityScoringRuleFilternull
- FeedFilterTabnull
- FieldFilternull
- FitnessCustomRulenull
- LeadFilterTabnull
- LeadOpportunityFilterTabnull
- NoteFilterTabnull
- OpportunityFilterTabnull
- OpportunityKPIFilterTabnull
- ProcessFilterNodenull
- ProductFilterTabnull
- ProfileFilterBoxTabInterfacenull
- ProfileFilterTabnull
- ProjectFilterTabnull
- QuickFilterTabnull
- QuoteFilterTabnull
- StepChecklistVisibilityFilternull
- TimeframeFilterTabnull