revokeGroupFromGrid
Revoke group/role grants on a grid (deletes from the grid_group_grants input table) and recompute the materialized effective ACL. Omit permissionKeys to revoke ALL of the group/role's grants on the grid; pass a subset to revoke only those keys. Requires app-admin ('manage_apps'). DESTRUCTIVE: removes the granted permissions from every affected member. Returns the group's remaining grants on the grid.
revokeGroupFromGrid(
input: RevokeGroupFromGridInput!
): [GridGroupGrant!]!
Arguments
revokeGroupFromGrid.input ● RevokeGroupFromGridInput! non-null input
The app, grid, and target group, plus an optional group role; optionally the subset of permission keys to revoke (omit to revoke all of the group/role's grants).
Type
GridGroupGrant object
A single group/role -> permission-key grant on a grid (one row of the grid_group_grants input table).