INPUT_OBJECT

SpringPolicyFilterInput

Spring provider policy filer input

link GraphQL Schema definition

  • input SpringPolicyFilterInput {
  • # Filter policies by createdBy
  • createdBy: String
  • # Filter policies based on whether schedule is enabled or not
  • enabled: Boolean
  • # Filter policies by name
  • name: [String!]
  • # Filter policies by policyId
  • policyId: [String!]
  • # Filter policies by updatedBy
  • updatedBy: String
  • }