adding staff schema
This commit is contained in:
14
dataconnect/connector/staff/queries.gql
Normal file
14
dataconnect/connector/staff/queries.gql
Normal file
@@ -0,0 +1,14 @@
|
||||
query listStaff @auth(level: USER) {
|
||||
staff {
|
||||
id
|
||||
employeeName
|
||||
vendorId
|
||||
email
|
||||
position
|
||||
employmentType
|
||||
rating
|
||||
reliabilityScore
|
||||
backgroundCheckStatus
|
||||
certifications
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user