ref: add repository and service for all entities

This commit is contained in:
Marcel Arndt
2025-06-12 17:49:49 +02:00
parent 5eb775523f
commit 51ba4a1f83
67 changed files with 1982 additions and 2728 deletions
@@ -1,4 +0,0 @@
export enum AttendanceRegistrationEvents {
ClockedIn = 'clocked in',
ClockedOut = 'clocked out',
}
@@ -24,7 +24,6 @@ type Anomaly {
sleepSince: DateTime
sleepTimer: Int!
solution: [SolutionTarget!]!
tour: Tour
type: String!
workedOnBy: String!
}