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