gridGroupGrants
List the group/role -> permission-key grants configured on a grid for one group (rows of the grid_group_grants input table). These are inputs to the effective ACL, not the materialized result — use gridUserPermissions for a specific user's effective keys. Requires app-admin ('manage_apps').
gridGroupGrants(
appId: BigInt!
gridId: BigInt!
groupId: BigInt!
): [GridGroupGrant!]!
Arguments
gridGroupGrants.appId ● BigInt! non-null scalar
The app (tenant) that owns the grid.
gridGroupGrants.gridId ● BigInt! non-null scalar
The grid to list group grants on.
gridGroupGrants.groupId ● BigInt! non-null scalar
The group whose grants on the grid to list.
Type
GridGroupGrant object
A single group/role -> permission-key grant on a grid (one row of the grid_group_grants input table).