INPUT_OBJECT

ExtensionAssetManifestInput

ExtensionAssetManifestInput is data related to the assets of an extension.

link GraphQL Schema definition

1input ExtensionAssetManifestInput {
4
2# Hash of the asset zip file.
3assetHash: String!
5}