adding isProfileVisible for the staff
This commit is contained in:
@@ -38,6 +38,7 @@ mutation CreateStaff(
|
||||
$employmentType: EmploymentType
|
||||
$initial: String
|
||||
$englishRequired: Boolean
|
||||
$isProfileVisible: Boolean
|
||||
$city: String
|
||||
$addres: String
|
||||
$placeId: String
|
||||
@@ -87,6 +88,7 @@ mutation CreateStaff(
|
||||
employmentType: $employmentType
|
||||
initial: $initial
|
||||
englishRequired: $englishRequired
|
||||
isProfileVisible: $isProfileVisible
|
||||
city: $city
|
||||
addres: $addres
|
||||
placeId: $placeId
|
||||
@@ -143,6 +145,7 @@ mutation UpdateStaff(
|
||||
$employmentType: EmploymentType
|
||||
$initial: String
|
||||
$englishRequired: Boolean
|
||||
$isProfileVisible: Boolean
|
||||
$city: String
|
||||
$addres: String
|
||||
$placeId: String
|
||||
@@ -193,6 +196,7 @@ mutation UpdateStaff(
|
||||
employmentType: $employmentType
|
||||
initial: $initial
|
||||
englishRequired: $englishRequired
|
||||
isProfileVisible: $isProfileVisible
|
||||
city: $city
|
||||
addres: $addres
|
||||
placeId: $placeId
|
||||
|
||||
Reference in New Issue
Block a user