Merge pull request #562 from Oloodi/493-implement-rapid-order-creation-voice-text-in-client-mobile-app

Session clearance issue fixed
This commit is contained in:
Achintha Isuru
2026-03-03 00:06:08 -05:00
committed by GitHub
39 changed files with 930 additions and 613 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) {