Skip to content

hasGlobalPermission ​

Checks if the current user has a specific global permission

graphql
hasGlobalPermission(
  permission: PermissionEntry!
): Boolean!

Arguments ​

hasGlobalPermission.permission ● PermissionEntry! non-null enum ​

The permission to check for

Type ​

Boolean scalar ​

The Boolean scalar type represents true or false.

Released under the MIT License.