OBJECT

Permission

Permission Type

link GraphQL Schema definition

  • type Permission {
  • # allowed users of the Permission
  • allowedOffices: [Office!]
  • # allowed users of the Permission
  • allowedTeams: [Team!]
  • # allowed users of the Permission
  • allowedUsers: [User!]
  • # Permission type of the permission
  • permissionType: PermissionTypeEnum
  • # user of the Permission
  • user: User
  • }