Sui RPCGraphQL (Beta)TypesObjectsProtocolConfigFeatureFlagOn this pageProtocolConfigFeatureFlagWhether or not a single feature is enabled in the protocol config. type ProtocolConfigFeatureFlag { key: String! value: Boolean!} Fields