Skip to main content

playerComputeDelete

Delete a self-authored player module and its source versions. Only the code author may delete it, and they must still own the target grid. Returns false when no matching module exists.

playerComputeDelete(
appId: BigInt!
gridId: BigInt!
name: String!
): Boolean!

Arguments

playerComputeDelete.appId ● BigInt! non-null scalar

App containing the module.

playerComputeDelete.gridId ● BigInt! non-null scalar

Owned grid containing the module.

playerComputeDelete.name ● String! non-null scalar

Module name within the grid.

Type

Boolean scalar

The Boolean scalar type represents true or false.