gridClientMods
Marketplace and self-authored client mods attached to a grid. Rows include exact attachment consent plus an aggregate capability summary/hash and trust state per author. Games should show one author prompt, call trustGridAuthor, cache by clientArtifactHash, and poll this metadata to stop removed or changed workers.
gridClientMods(
appId: BigInt!
gridId: BigInt!
): [GridClientMod!]!
Arguments
gridClientMods.appId ● BigInt! non-null scalar
App containing the grid.
gridClientMods.gridId ● BigInt! non-null scalar
Grid whose attached client mods to list.
Type
GridClientMod object
One marketplace or self-authored client attachment active on a grid, including immutable artifact identity, exact attachment consent, and aggregate per-author capability/trust state.