modifiying staff schema for front
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user