adding isProfileVisible for the staff

This commit is contained in:
José Salazar
2026-02-16 14:52:17 -05:00
parent b3b84b6293
commit 5f96d5087b
4 changed files with 667 additions and 713 deletions

View File

@@ -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