myPlayerCodeInstalls
The caller's active installs in this app: pinned versions, consent hashes, and target grids.
myPlayerCodeInstalls(
appId: BigInt!
): [PlayerCodeInstall!]!
Arguments
myPlayerCodeInstalls.appId ● BigInt! non-null scalar
App whose installs to list.
Type
PlayerCodeInstall object
An install of an acquired listing: the pinned version, the consent hash acknowledged, and (for server halves) the owned target grid. Installs pin their version; updating to a newer version is a new consent + install update, never automatic.