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: {
|
||||
|
||||
Reference in New Issue
Block a user