OBJECT

SetExtensionFeatureFlagsPayload

The result of setting feature flags on an installation.

link GraphQL Schema definition

1type SetExtensionFeatureFlagsPayload {
2
3# The error when the mutation fails to set feature flags.
4error: SetExtensionFeatureFlagsError
5
6# The new state of the installation after the setExtensionFeatureFlags mutation.
7installedExtension: ExtensionInstallation
8
9}