adding missing schema for event

This commit is contained in:
José Salazar
2025-12-17 11:58:19 -05:00
parent 7bbc248ce1
commit d98b816cc7
5 changed files with 201 additions and 63 deletions

View File

@@ -6,19 +6,38 @@ query listStaff @auth(level: USER) {
vendorName
manager
contactNumber
phone # nuevo
email
department
hubLocation
eventLocation # nuevo
address # nuevo
city # nuevo
track
position
position2
initial # nuevo
profileType
employmentType
english
englishRequired # nuevo
rate
rating
reliabilityScore
backgroundCheckStatus
notes
accountingComments # nuevo
shiftCoveragePercentage # nuevo
cancellationCount # nuevo
noShowCount # nuevo
totalShifts # nuevo
invoiced # nuevo
checkIn # nuevo
scheduleDays # nuevo
replacedBy # nuevo
action # nuevo
ro # nuevo
mon # nuevo
}
}
@@ -32,11 +51,17 @@ query getStaffById(
vendorName
manager
contactNumber
phone # nuevo
email
department
hubLocation
eventLocation # nuevo
address # nuevo
city # nuevo
track
position
position2 # nuevo
initial # nuevo
profileType
employmentType
english
@@ -45,6 +70,19 @@ query getStaffById(
reliabilityScore
backgroundCheckStatus
notes
accountingComments # nuevo
shiftCoveragePercentage # nuevo
cancellationCount # nuevo
noShowCount # nuevo
totalShifts # nuevo
invoiced # nuevo
englishRequired # nuevo
checkIn # nuevo
scheduleDays # nuevo
replacedBy # nuevo
action # nuevo
ro # nuevo
mon # nuevo
}
}
@@ -71,7 +109,10 @@ query filterStaff(
vendorId
vendorName
department
hubLocation
eventLocation # nuevo
position
position2
employmentType
english
rate
@@ -79,5 +120,6 @@ query filterStaff(
reliabilityScore
backgroundCheckStatus
notes
invoiced # nuevo
}
}