OBJECT
type SecurityFeatureFlag {# Indicates if the FF is enabledenabled: Boolean! # Optional Integer Value associated with the FFintValue: Int # Feature flag namename: String! # Optional Values associated with the FFstringValues: [String!] }