Skip to main content

FilterRuleInput

A single advanced-filter condition: a whitelisted field, an operator and a comparison value

input FilterRuleInput {
field: String!
operator: String!
value: JsonScalar!
}

Fields

FilterRuleInput.field ● String! non-null scalar

Field name to filter on. Must be one of the fields the query exposes for advanced filtering.

FilterRuleInput.operator ● String! non-null scalar

Comparison operator: eq, neq, in, not_in, contains, not_contains, starts_with, ends_with, gt, gte, lt, lte, is_null. Availability depends on the field's type.

FilterRuleInput.value ● JsonScalar! non-null scalar

Comparison value. Scalar for most operators, array for in/not_in, boolean for is_null.

Member Of

AdvancedFilterInput input

Contribute to the Docs

Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.

How to contribute

Resources

By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.

Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.

Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.