adding isProfileVisible to the queries of staff
This commit is contained in:
@@ -8,6 +8,7 @@ query listStaff @auth(level: USER) {
|
|||||||
phone
|
phone
|
||||||
email
|
email
|
||||||
photoUrl
|
photoUrl
|
||||||
|
isProfileVisible
|
||||||
|
|
||||||
totalShifts
|
totalShifts
|
||||||
averageRating
|
averageRating
|
||||||
@@ -60,6 +61,7 @@ query getStaffById($id: UUID!) @auth(level: USER) {
|
|||||||
phone
|
phone
|
||||||
email
|
email
|
||||||
photoUrl
|
photoUrl
|
||||||
|
isProfileVisible
|
||||||
|
|
||||||
totalShifts
|
totalShifts
|
||||||
averageRating
|
averageRating
|
||||||
@@ -113,6 +115,7 @@ query getStaffByUserId($userId: String!) @auth(level: USER) {
|
|||||||
phone
|
phone
|
||||||
email
|
email
|
||||||
photoUrl
|
photoUrl
|
||||||
|
isProfileVisible
|
||||||
|
|
||||||
totalShifts
|
totalShifts
|
||||||
averageRating
|
averageRating
|
||||||
@@ -178,6 +181,7 @@ query filterStaff(
|
|||||||
phone
|
phone
|
||||||
email
|
email
|
||||||
photoUrl
|
photoUrl
|
||||||
|
isProfileVisible
|
||||||
averageRating
|
averageRating
|
||||||
reliabilityScore
|
reliabilityScore
|
||||||
totalShifts
|
totalShifts
|
||||||
|
|||||||
Reference in New Issue
Block a user