Files
Krow-workspace/dataconnect/connector/staff/queries.gql
2025-11-21 13:28:04 -05:00

15 lines
209 B
GraphQL

query listStaff @auth(level: USER) {
staff {
id
employeeName
vendorId
email
position
employmentType
rating
reliabilityScore
backgroundCheckStatus
certifications
}
}