Major Changes
- Breaking: Remove
pollInterval
feature fromOperationContext
. Instead consider using a source that usesWonka.interval
andWonka.switchMap
overclient.query()
's source, by @kitten (See #1374) - Remove deprecated
operationName
property fromOperation
s. The newOperation.kind
property is now preferred. If you're creating new operations you may also use themakeOperation
utility instead.
When upgrading@urql/core
please ensure that your package manager didn't install any duplicates of it. You may deduplicate it manually usingnpx yarn-deduplicate
(for Yarn) ornpm dedupe
(for npm), by @kitten (See #1357)