permanent order v1

This commit is contained in:
José Salazar
2026-02-17 18:59:31 -05:00
parent 9fb138c4ee
commit 75e534620d
21 changed files with 2095 additions and 31 deletions

View File

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