GraphQL OBJECT

UserAccountPrivilege

Privilege for the user account.

link Definition

  • type UserAccountPrivilege {
  • # Object to which the logged-in user has access.
  • context: PermissionContext
  • # List of access rights.
  • permissions: [Permission]
  • }