modifiying staff schema for front

This commit is contained in:
José Salazar
2025-12-15 14:32:54 -05:00
parent af10193ecc
commit c8cd750b4f
2 changed files with 5 additions and 5 deletions

View File

@@ -10,12 +10,12 @@ mutation CreateStaff(
$track: String,
$position: String,
$profileType: ProfileType,
$employmentType: EmploymentType!,
$employmentType: EmploymentType,
$english: EnglishLevel,
$rate: Float,
$rating: Float,
$reliabilityScore: Int,
$backgroundCheckStatus: BackgroundCheckStatus!
$backgroundCheckStatus: BackgroundCheckStatus,
$notes: String
) @auth(level: USER) {
staff_insert(
@@ -60,7 +60,7 @@ mutation UpdateStaff(
$rate: Float,
$rating: Float,
$reliabilityScore: Int,
$backgroundCheckStatus: BackgroundCheckStatus
$backgroundCheckStatus: BackgroundCheckStatus,
$notes: String
) @auth(level: USER) {
staff_update(