Skip to main content

PublishPlayerCodeVersionInput

No description

input PublishPlayerCodeVersionInput {
appId: BigInt!
listingId: String!
moduleVersionIds: [String!]!
openSource: Boolean
licenseText: String
}

Fields

PublishPlayerCodeVersionInput.appId ● BigInt! non-null scalar

App the listing belongs to.

PublishPlayerCodeVersionInput.listingId ● String! non-null scalar

UUID of the listing to publish under.

PublishPlayerCodeVersionInput.moduleVersionIds ● [String!]! non-null scalar

UUIDs of the caller-authored, successfully compiled player module versions to package. Server and client versions may be combined into a bundle. The publish pipeline snapshots artifact hashes and the derived capability summary — never source.

PublishPlayerCodeVersionInput.openSource ● Boolean scalar

Open-source this published version (irreversible for the version).

PublishPlayerCodeVersionInput.licenseText ● String scalar

Author license terms shown at acquisition.

Member Of

publishPlayerCodeVersion mutation