Filter
Free-form text following the filter query language syntax. This syntax is a set of conditions joined together
with and or or keywords and optionally grouped by parentheses.
Each condition has the form:
<field_path> <operator> <literal>
OR
<field_path> in [ <literal>, <literal>, ... ]
OR
<field_path> not in [ <literal>, <literal>, ... ]
where
field_pathis the period-separated chain of field names (see the description for the input field using this scalar for more details).operatoris one of=,<=,>=,!=,<,>orlikeliteralis a number or text enclose with quotes or double-quotes
For example:
(field1 = 'abc' and field2 > 5.3) or (field3.subfieldA != "def" and field4.subfieldB.subsubfieldZ in [ 200, 204, 205 ])
scalar Filter
Member Of
CatalogListingsSearchInput input ●
DeployedApiCallDetailInput input ●
DeployedApiCallSummaryInput input ●
EventStreamsMetricsQueryInput input
Was this topic helpful?