OBJECT
SetExtensionFeatureFlagsPayload
The result of setting feature flags on an installation.
link GraphQL Schema definition
1 type SetExtensionFeatureFlagsPayload { 2 3 # The error when the mutation fails to set feature flags. 4 : SetExtensionFeatureFlagsError 5 6 # The new state of the installation after the setExtensionFeatureFlags mutation. 7 : ExtensionInstallation 8 9 }