PermissionResult
The result of checking a permission for the current user.
type PermissionResult {
isAllowed: Boolean
permission: String
}
Fields
PermissionResult.isAllowed ● Boolean scalar common
Whether the permission is allowed.
PermissionResult.permission ● String scalar common
The permission key that was evaluated.
Member Of
App object ● AppEnvironment object ● Organization object