objectPermissionGrant Query
Returns the specified ObjectPermissionGrant object.
Access is permitted when any of the following condition(s) are met: 1. Always allowed.
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the ObjectPermissionGrant object. |
ObjectPermissionGrant)#
Return fields (Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the ObjectPermissionGrant.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the ObjectPermissionGrant.
Role)#
grantedByRole (The Role through which the Permission is granted, if applicable.
ID!)#
id (The ID of the object
UUID!)#
obj (A reference to the object for which the Permission is granted.
Permission!)#
permission (The Permission being granted.
User!)#
user (The User for which the Permission is granted.