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
  • and: [SpringPolicyFilter!]
  • # filed on which this filter will be applied
  • field: String!
  • # logical combination of other child filters that will be NOTed
  • not: [SpringPolicyFilter!]
  • # operator to be used for comparison
  • operator: QueryFilterOperator
  • # logical combination of other child filters that will be ORed
  • or: [SpringPolicyFilter!]
  • # values that will be compared
  • values: [Object!]
  • }