OBJECT
Permission Type
type Permission {# allowed users of the PermissionallowedOffices: [Office!] # allowed users of the PermissionallowedTeams: [Team!] # allowed users of the PermissionallowedUsers: [User!] # Permission type of the permissionpermissionType: PermissionTypeEnum # user of the Permissionuser: User }