INPUT_OBJECT

CloneExtensionManifestInput

CloneExtensionManifest copies the data in a given extension version to a new version.

link GraphQL Schema definition

1input CloneExtensionManifestInput {
4
2# The extension ID of the extension to clone.
3id: ID!
7
5# The version of the clone.
6newVersion: String!
10
8# The extension version to clone.
9version: String!
11}