CheckPermissionResult
Result of the check_permission query.
type CheckPermissionResult {
allowed: Boolean!
}
Fields
CheckPermissionResult.allowed
● Boolean!
non-null scalar common
Whether or not the permission is granted.
Returned by
checkPermission
query