Add cost center entity and link to hubs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user