playerComputeVersions
List immutable versions for one player module. Source and compile logs are returned only to the personal author, or source when that version is open-source. There is intentionally no studio/operator moderation override.
playerComputeVersions(
appId: BigInt!
gridId: BigInt!
name: String!
): [PlayerWasmModuleVersion!]!
Arguments
playerComputeVersions.appId ● BigInt! non-null scalar
App containing the module.
playerComputeVersions.gridId ● BigInt! non-null scalar
Grid containing the module.
playerComputeVersions.name ● String! non-null scalar
Module name within the grid.
Type
PlayerWasmModuleVersion object
An immutable player-code source version. sourceFilesJson is returned only to its personal author (org-owned source requires the future org-authoring path) or when openSource is true.