Patch Changes
- Add missing
.mjs
extension to all imports fromgraphql
to fix Webpack 5 builds, which require extension-specific import paths for ESM bundles and packages. This change allows you to safely upgrade to Webpack 5., by @kitten (See #1094) - Deprecate the
Operation.operationName
property in favor ofOperation.kind
. This name was
previously confusing asoperationName
was effectively referring to two different things. You can
safely upgrade to this new version, however to mute all deprecation warnings you will have to
upgrade allurql
packages you use. If you have custom exchanges that spread operations, please
use the newmakeOperation
helper
function instead, by @bkonkle (See #1045) - Updated dependencies (See #1094 and #1045)
- @urql/core@1.14.0