- Make CalculateExchangeLineItemInput.variantId and CalculatedExchangeLineItem.variant nullable in the Admin GraphQL API schema.
- Validation still requires variantId to be provided, so existing calls must continue to include it.
- Change prepares the API for upcoming feature enhancements.