OBJECT

DeleteExtensionImagePayload

DeleteExtensionImagePayload returns the update Extension manifest.

link GraphQL Schema definition

1type DeleteExtensionImagePayload {
2
3# The error when the mutation fails to update an extension.
4error: DeleteExtensionImageError
5
6# The updated extension manifest.
7manifest: ExtensionManifest
8
9}