Add cost center entity and link to hubs

This commit is contained in:
2026-02-25 17:34:53 +05:30
parent 30092146bf
commit 400bdf2d40
2 changed files with 5 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ query listCertificates @auth(level: USER) {
id
fullName
}
}
}
@@ -42,7 +41,6 @@ query getCertificateById($id: UUID!) @auth(level: USER) {
id
fullName
}
}
}
@@ -66,7 +64,5 @@ query listCertificatesByStaffId($staffId: UUID!) @auth(level: USER) {
id
fullName
}
}
}