feat: Remove tax forms from staff profile completion queries and related checks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user