OBJECT
SpringPolicyFilter
filter to reduce policy source scope - SpringPolicySourceType
link GraphQL Schema definition
- type SpringPolicyFilter {
- # logical combination of other child filters that will be ANDed
- SpringPolicyFilter!] : [
- # filed on which this filter will be applied
- String! :
- # logical combination of other child filters that will be NOTed
- SpringPolicyFilter!] : [
- # operator to be used for comparison
- QueryFilterOperator :
- # logical combination of other child filters that will be ORed
- SpringPolicyFilter!] : [
- # values that will be compared
- Object!] : [
- }