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
|
||||
|
||||
@@ -55,7 +55,7 @@ type Order @table(name: "orders", key: ["id"]) {
|
||||
recurringDays: [String!]
|
||||
poReference: String
|
||||
|
||||
permanentDays: Any @col(dataType: "jsonb")
|
||||
permanentDays: [String!]
|
||||
|
||||
detectedConflicts: Any @col(dataType:"jsonb")
|
||||
notes: String
|
||||
|
||||
Reference in New Issue
Block a user