OBJECT

UninstallExtensionPayload

The resulting payload of an uninstallExtension mutation.

link GraphQL Schema definition

1type UninstallExtensionPayload {
2
3# The error when the mutation fails to set feature flags.
4error: UninstallExtensionError
5
6# The id of the extension which was uninstalled.
7id: ID!
8
9}