From 0af909b9e53f5651627737817ffb0c648c8a478e Mon Sep 17 00:00:00 2001 From: rakesh Date: Thu, 12 Nov 2020 13:15:40 +0530 Subject: [PATCH] change customer reorder id to uid --- .../graph-ql/coverage/customer/customer-reorder.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-documents/graph-ql/coverage/customer/customer-reorder.graphqls b/design-documents/graph-ql/coverage/customer/customer-reorder.graphqls index 3be0332d7..48c1618d3 100644 --- a/design-documents/graph-ql/coverage/customer/customer-reorder.graphqls +++ b/design-documents/graph-ql/coverage/customer/customer-reorder.graphqls @@ -1,5 +1,5 @@ type Mutation { - reorderItems(orderId: ID!): ReorderItemsOutput! @doc(description: "Add all items from the registered customer's order to his shopping cart.") + reorderItems(orderUid: ID!): ReorderItemsOutput! @doc(description: "Add all items from the registered customer's order to his shopping cart.") } # For errors in queries we can rely on the specification and its implementation in Webonyx: