Skip to main content

FilterSelectorInput

No description

input FilterSelectorInput {
type: SelectorObjectType!
criteria: [SelectorCriterionInput!]
raw: RawSelectorDataInput
customerId: Int
}

Fields

FilterSelectorInput.type ● SelectorObjectType! non-null enum

The object type this selector should select.

FilterSelectorInput.criteria ● [SelectorCriterionInput!] list input

A list of criteria to be evaluated.

FilterSelectorInput.raw ● RawSelectorDataInput input

If raw is used the typeCriteria field will be ignored and the selector will be create from the XML data.

FilterSelectorInput.customerId ● Int scalar

Customer ID - evaluate the selector as if it would belong to this customer (optional).

Member Of

FilterInput input