FieldFilterInput is an input datatype for specifying the field and value on which to filter — and the operator for comparison. It's used by the EntitySearchInputType datatype, which in turn is used by the entitiesSearch() query field.

Table: FieldFilterInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 30, 2025
fieldEntityFieldTypeyes Short-TermThe field on which to filter. See EntityFieldType .
filterstringyes Short-TermThe filter name.
operatorFieldFilterOperatoryes Short-TermThe operator for field comparison. See FieldFilterOperator .