Filter Results
Filter objects are used to filter the result set of records. All sObjects in the schema have a corresponding Filter
type created, which combines the object API name with the _Filter
suffix. For example, Account
has a corresponding Account_Filter
type created.
Filter your results using a combination of field operators, boolean operators, and more. For example, you can filter through a parent relationship or use a semi-join or anti-join.