modification for the name of the table to staffs

This commit is contained in:
José Salazar
2025-11-21 14:15:40 -05:00
parent 85cfad0f2c
commit 4ef479ef1c
3 changed files with 4 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ mutation CreateStaff(
$rating: Float,
$reliabilityScore: Int,
$backgroundCheckStatus: BackgroundCheckStatus!,
$certifications: JSON
$certifications: String
) @auth(level: USER) {
staff_insert(
data: {

View File

@@ -1,5 +1,5 @@
query listStaff @auth(level: USER) {
staff {
staffs {
id
employeeName
vendorId