adding isProfileVisible to the queries of staff

This commit is contained in:
José Salazar
2026-02-16 14:58:58 -05:00
parent 5f96d5087b
commit b6e8f63d7e

View File

@@ -8,6 +8,7 @@ query listStaff @auth(level: USER) {
phone
email
photoUrl
isProfileVisible
totalShifts
averageRating
@@ -60,6 +61,7 @@ query getStaffById($id: UUID!) @auth(level: USER) {
phone
email
photoUrl
isProfileVisible
totalShifts
averageRating
@@ -113,6 +115,7 @@ query getStaffByUserId($userId: String!) @auth(level: USER) {
phone
email
photoUrl
isProfileVisible
totalShifts
averageRating
@@ -178,6 +181,7 @@ query filterStaff(
phone
email
photoUrl
isProfileVisible
averageRating
reliabilityScore
totalShifts