feat: Implement comprehensive staff document management with verification status tracking and complete document listing.
This commit is contained in:
@@ -11,6 +11,7 @@ query getStaffDocumentByKey(
|
||||
status
|
||||
documentUrl
|
||||
expiryDate
|
||||
verificationId
|
||||
createdAt
|
||||
updatedAt
|
||||
document {
|
||||
@@ -39,6 +40,7 @@ query listStaffDocumentsByStaffId(
|
||||
status
|
||||
documentUrl
|
||||
expiryDate
|
||||
verificationId
|
||||
createdAt
|
||||
updatedAt
|
||||
document {
|
||||
|
||||
Reference in New Issue
Block a user