modification for the name of the table to staffs
This commit is contained in:
@@ -7,7 +7,7 @@ mutation CreateStaff(
|
||||
$rating: Float,
|
||||
$reliabilityScore: Int,
|
||||
$backgroundCheckStatus: BackgroundCheckStatus!,
|
||||
$certifications: JSON
|
||||
$certifications: String
|
||||
) @auth(level: USER) {
|
||||
staff_insert(
|
||||
data: {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
query listStaff @auth(level: USER) {
|
||||
staff {
|
||||
staffs {
|
||||
id
|
||||
employeeName
|
||||
vendorId
|
||||
|
||||
Reference in New Issue
Block a user