From b6e8f63d7efda1f92d47826d4c2028ee66f0ac4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salazar?= <73718835+joshrs23@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:58:58 -0500 Subject: [PATCH] adding isProfileVisible to the queries of staff --- backend/dataconnect/connector/staff/queries.gql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/dataconnect/connector/staff/queries.gql b/backend/dataconnect/connector/staff/queries.gql index a3d38d86..aecf8891 100644 --- a/backend/dataconnect/connector/staff/queries.gql +++ b/backend/dataconnect/connector/staff/queries.gql @@ -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