permanent order v1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user