- Add a new `customer` input field to the OrderCreate mutation for associating or upserting customers.
- Deprecate the existing `customer_id` field in favor of the more flexible `customer` field.
- Simplify order creation by eliminating the need to fetch a customer ID beforehand.