OBJECT

UpdateExtensionManifestPayload

UpdateExtensionManifestPayload returns the update Extension manifest.

link GraphQL Schema definition

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