Merge manager tools into main cabinet
This commit is contained in:
6
graphql/operations/manager/start-order-work.graphql
Normal file
6
graphql/operations/manager/start-order-work.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
mutation StartOrderWork($orderId: ID!) {
|
||||
startOrderWork(orderId: $orderId) {
|
||||
id
|
||||
status
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user