Merge branch 'dev' into Inconsistent-Shift-Booking-Status

This commit is contained in:
Achintha Isuru
2026-02-26 10:38:02 -05:00
committed by GitHub
204 changed files with 15504 additions and 1061 deletions

View File

@@ -15,6 +15,7 @@ mutation createOrder(
$shifts: Any
$requested: Int
$teamHubId: UUID!
$hubManagerId: UUID
$recurringDays: [String!]
$permanentStartDate: Timestamp
$permanentDays: [String!]
@@ -40,6 +41,7 @@ mutation createOrder(
shifts: $shifts
requested: $requested
teamHubId: $teamHubId
hubManagerId: $hubManagerId
recurringDays: $recurringDays
permanentDays: $permanentDays
notes: $notes