Patch Changes
- 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