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 and explicit server-to-client requirements from the author’s compiled module versions — never source (OQ-1).