urql-graphql / urql-devtools-exchange

The exchange for usage with Urql Devtools
https://www.npmjs.com/package/@urql/devtools
MIT License
54 stars 6 forks source link

Replace Operation.operationName usage with Operation.kind #105

Closed kitten closed 4 years ago

kitten commented 4 years ago

See deprecation notes here: https://github.com/FormidableLabs/urql/discussions/1098 And: https://github.com/FormidableLabs/urql/pull/1045

All instances of operation.operationName simply need to be changed to operation.kind and the peer dependency on @urql/core needs to be bumped to >=1.14.0.

andyrichardson commented 4 years ago

Fixed by #108