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: