assignGroupToGrid
Grant runtime permission keys to a group (optionally scoped to a single group role) on a grid by writing the grid_group_grants input table, then recompute the materialized effective ACL so every affected member gains the keys. Requires app-admin ('manage_apps'). Returns the grid's current group grants for the group. Use grantGridPermissions for per-user grants instead.
assignGroupToGrid(
input: AssignGroupToGridInput!
): [GridGroupGrant!]!
Arguments
assignGroupToGrid.input ● AssignGroupToGridInput! non-null input
The app, grid, and target group; an optional group role to scope the grant to; the runtime permission keys to grant; and an optional expiry timestamp.
Type
GridGroupGrant object
A single group/role -> permission-key grant on a grid (one row of the grid_group_grants input table).