OBJECT

CloneExtensionManifestPayload

CloneExtensionManifestPayload returns any errors that occur during update and the new manifest.

link GraphQL Schema definition

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