CheckoutLanguageCodeUpdate
Update language code in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutLanguageCodeUpdate {
  checkout: Checkout
  checkoutErrors: [CheckoutError!]! @deprecated
  errors: [CheckoutError!]!
}
Fields
CheckoutLanguageCodeUpdate.checkout ● Checkout object checkout
An updated checkout.
CheckoutLanguageCodeUpdate.checkoutErrors ● [CheckoutError!]! deprecated non-null object checkout
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CheckoutLanguageCodeUpdate.errors ● [CheckoutError!]! non-null object checkout
Returned By
checkoutLanguageCodeUpdate mutation