first version of recurring order

This commit is contained in:
José Salazar
2026-02-17 16:24:59 -05:00
parent 7c85eb44e5
commit 85c8a09d9e
22 changed files with 2068 additions and 38 deletions

View File

@@ -15,7 +15,7 @@ mutation createOrder(
$shifts: Any
$requested: Int
$teamHubId: UUID!
$recurringDays: Any
$recurringDays: [String!]
$permanentStartDate: Timestamp
$permanentDays: Any
$notes: String
@@ -64,7 +64,7 @@ mutation updateOrder(
$shifts: Any
$requested: Int
$teamHubId: UUID!
$recurringDays: Any
$recurringDays: [String!]
$permanentDays: Any
$notes: String
$detectedConflicts: Any