INPUT_OBJECT
SetExtensionFeatureFlagsInput
The required input to set feature flags for an installation.
link GraphQL Schema definition
1 input SetExtensionFeatureFlagsInput { 4 2 # Optional value to enable/disable chat for the specified installation. 3 : Boolean 7 5 # Optional value to enable/disable bits for the specified installation. 6 : Boolean 10 8 # Optional value for dynamicManagement flag on games. 9 : [ExtensionDynamicManagementInput] 13 11 # The ID of the extension installation to set feature flags for. 12 : ID! 14 }