OBJECT

DuplicateOrderResult

An entity with an id.

link GraphQL Schema definition

  • type DuplicateOrderResult {
  • # The resulting duplicating order ID.
  • id: Int!
  • # The order ID of the original order that was duplicated from.
  • original_order_id: Int!
  • }