This commit is contained in:
José Salazar
2026-02-01 22:39:40 +09:00
parent 3cebb37dfd
commit 6277b9f5e2
19 changed files with 20900 additions and 18729 deletions

View File

@@ -38,6 +38,7 @@ query getShiftRoleById(
business{
id
businessName
companyLogoUrl
}
vendor{
@@ -45,6 +46,10 @@ query getShiftRoleById(
companyName
}
teamHub{
hubName
}
}
}
}
@@ -237,6 +242,7 @@ query listShiftRolesByVendorId(
shiftRoles(
where: {
shift: {
status: {in: [IN_PROGRESS, CONFIRMED, ASSIGNED, OPEN, PENDING]} #IN_PROGRESS? PENDING?
order: {
vendorId: { eq: $vendorId }
}
@@ -274,6 +280,8 @@ query listShiftRolesByVendorId(
locationAddress
description
orderId
status
durationDays
order {
id

File diff suppressed because it is too large Load Diff