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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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 .