adding isProfileVisible to the queries of staff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user