feat: Remove tax forms from staff profile completion queries and related checks

This commit is contained in:
Achintha Isuru
2026-03-02 12:12:08 -05:00
parent 2ea5a25858
commit 78e99ac470
2 changed files with 1 additions and 11 deletions

View File

@@ -15,11 +15,6 @@ query getStaffProfileCompletion($id: UUID!) @auth(level: USER) {
emergencyContacts(where: { staffId: { eq: $id } }) {
id
}
taxForms(where: { staffId: { eq: $id } }) {
id
formType
status
}
}
query getStaffPersonalInfoCompletion($id: UUID!) @auth(level: USER) {