Skip to main content

PublishPlayerCodeInput

No description

input PublishPlayerCodeInput {
appId: BigInt!
name: String!
description: String
mediaJson: String
licenseMode: PlayerCodeLicenseMode
ownerOrgId: BigInt
}

Fields

PublishPlayerCodeInput.appId ● BigInt! non-null scalar

App the listing belongs to.

PublishPlayerCodeInput.name ● String! non-null scalar

Listing display name (unique per app among live listings).

PublishPlayerCodeInput.description ● String scalar

Store description.

PublishPlayerCodeInput.mediaJson ● String scalar

JSON array of media refs for store display.

PublishPlayerCodeInput.licenseMode ● PlayerCodeLicenseMode enum

Default source-access mode for new versions (default CLOSED).

PublishPlayerCodeInput.ownerOrgId ● BigInt scalar

Publish under this org (DN-9 org-owned code: the org then holds source access and listing control). Requires manage_compute in that org. Omit to publish personally.

Member Of

publishPlayerCode mutation