INPUT_OBJECT

SetExtensionFeatureFlagsInput

The required input to set feature flags for an installation.

link GraphQL Schema definition

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