Skip to main content

PlayerCodeRequirement

One explicit edge from a server artifact to the client artifact it requires within the same immutable marketplace bundle.

type PlayerCodeRequirement {
serverArtifactHash: String!
clientArtifactHash: String!
}

Fields

PlayerCodeRequirement.serverArtifactHash ● String! non-null scalar

Artifact hash of the SERVER half declaring the requirement.

PlayerCodeRequirement.clientArtifactHash ● String! non-null scalar

Artifact hash of the CLIENT half required by that server.

Member Of

PlayerCodeListingVersion object ● PlayerCodeVersion object