OBJECT
An entity with an id.
type DuplicateOrderResult {# The resulting duplicating order ID.id: Int! # The order ID of the original order that was duplicated from.original_order_id: Int! }