OBJECT

SaveExtensionManifestPayload

SaveExtensionManifestPayload returns the update Extension manifest.

link GraphQL Schema definition

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