changes
This commit is contained in:
@@ -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
|
||||
|
||||
1897
backend/dataconnect/seed_last.gql
Normal file
1897
backend/dataconnect/seed_last.gql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user