OBJECT

SetExtensionFeatureFlagsError

SetExtensionFeatureFlagsError is wrapper for error associated with the setExtensionFeatureFlags mutation.

link GraphQL Schema definition

1type SetExtensionFeatureFlagsError {
2
3# Error code.
4code: SetExtensionFeatureFlagsErrorCode!
5
6# The missing installation id if got EXTENSION_NOT_INSTALLED error.
7missingInstallationID: ID
8
9}