consentGridClientMod
Consent to run a grid-attached client mod (D2): acknowledges the attachment's exact capability hash. A newer version with a widened summary carries a different hash, so stale consents fail closed — re-consent is always explicit. Consent is per player per attachment.
consentGridClientMod(
appId: BigInt!
attachmentId: String!
consentCapabilityHash: String!
): Boolean!
Arguments
consentGridClientMod.appId ● BigInt! non-null scalar
App containing the grid.
consentGridClientMod.attachmentId ● String! non-null scalar
UUID of the grid attachment.
consentGridClientMod.consentCapabilityHash ● String! non-null scalar
The capability hash being acknowledged.
Type
Boolean scalar
The Boolean scalar type represents true or false.