OBJECT

SecurityFeatureFlag

link GraphQL Schema definition

  • type SecurityFeatureFlag {
  • # Indicates if the FF is enabled
  • enabled: Boolean!
  • # Optional Integer Value associated with the FF
  • intValue: Int
  • # Feature flag name
  • name: String!
  • # Optional Values associated with the FF
  • stringValues: [String!]
  • }