update and correction of create order
This commit is contained in:
@@ -55,6 +55,7 @@ mutation updateOrder(
|
||||
$businessId: UUID
|
||||
$location: String
|
||||
$status: OrderStatus
|
||||
$date: Timestamp
|
||||
$startDate: Timestamp
|
||||
$endDate: Timestamp
|
||||
$total: Float
|
||||
@@ -76,6 +77,7 @@ mutation updateOrder(
|
||||
businessId: $businessId
|
||||
location: $location
|
||||
status: $status
|
||||
date: $date
|
||||
startDate: $startDate
|
||||
endDate: $endDate
|
||||
total: $total
|
||||
|
||||
Reference in New Issue
Block a user