SelectorCriterionInput
No description
input SelectorCriterionInput {
attribute: ID!
values: [String!]!
exclude: Boolean!
objectType: SelectorObjectType!
}
Fields
SelectorCriterionInput.attribute ● ID! non-null scalar
Attribute IDs can be found using the selectorAttributes(...) query with the corresponding object type.
SelectorCriterionInput.values ● [String!]! non-null scalar
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.
SelectorCriterionInput.exclude ● Boolean! non-null scalar
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').
SelectorCriterionInput.objectType ● SelectorObjectType! non-null enum
The object type this criterion is meant for.
Member Of
checkSelectorToXml query ● CreateCheckSelectorInput input ● CreateSystemSelectorInput input ● FilterSelectorInput input ● SystemSelectorAssignment input ● systemSelectorToXml query ● UpdateCheckSelectorInput input ● UpdateSystemSelectorInput input