Files
Krow-workspace/dataconnect/connector/staff/queries.gql
2025-11-21 14:15:40 -05:00

15 lines
210 B
GraphQL

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