A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
With graphql 2022-10, For draftOrderCreate mutation, DraftOrderInput added presentmentCurrencyCode.
It affects subtotal and total, but if you have a discount, the discount price is calculated wrong.
For example, I have a Fixed amount discount, let's say $10, and my presentment currency is USD,
I assume it should show $10, but it is not.
It multiplies 10 by the shop's default currency rate.