Skip to main content

appPlayerCodeListingVersions

List the immutable published versions of a listing, newest first. Requires 'view_compute_diagnostics'. Versions expose artifact hashes and the derived capability summary — never source.

appPlayerCodeListingVersions(
appId: BigInt!
listingId: String!
): [PlayerCodeVersion!]!

Arguments

appPlayerCodeListingVersions.appId ● BigInt! non-null scalar

Numeric app id that owns the listing.

appPlayerCodeListingVersions.listingId ● String! non-null scalar

UUID of the listing whose versions to list.

Type

PlayerCodeVersion object

An immutable published version of a code listing. Snapshots ARTIFACT HASHES from the author’s compiled module versions — never source (OQ-1). A version with both server and client hashes is a bundle: installing it on a grid also attaches the client half for visitor consent (D2).