SelectorCriterionInput Input Object
Fields
#
attribute
ID !
Non-null
Attribute IDs can be found using the selectorAttributes(...) query with the corresponding object type.
exclude
Boolean !
Non-null
The value for exclude will be 'true' if this criterion should be used to exclude elements from a selector and 'false' otherwise (The default is 'false').
values
[ String !]!
Non-null
Possible values for the criterion can be found by requesting the information about an attribute either using the selectorAttributes(...) query or the selectorAttribute(...) query accessing the valueRange field for the attribute.
Previous
SelectorCriterion
Next
SelectorObjectType