Skip to main content
Version: mainnet (v0.71)

Filter

Filter describes the conditions under which oracle data is considered of interest or not.

type Filter {
key: PropertyKey!
conditions: [Condition!]
}

Fields

Filter.key ● PropertyKey! non-null object

key is the data source data property key targeted by the filter.

Filter.conditions ● [Condition!] list object

The conditions that should be matched by the data to be considered of interest.

Member of

DataSourceSpecConfiguration object