Deprecations
- The
checkoutLineDelete
mutation is now deprecated in favor ofcheckoutLinesDelete
, which supports deleting multiple lines at once. checkoutLineDelete will be dropped in Saleor 4.0. Changed in #8343
Changelog
- GraphQL Federation batch loading by @rafalp in #8362
- Add
checkoutLinesDelete
mutation, deprecatecheckoutLineDelete
by @CossackDex in #8343 - Use default value for
stateOrProvince
whencountry_area
not defined by @L3str4nge in #8352 - Add
http.url
tag to GraphQL query spans by @tomaszszymanski129 in #8400 - Fix invalid token error when using
accountDelete
after logging out by @IKarbowiak in #8414