Closed kitten closed 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.
operation.operationName
operation.kind
@urql/core
>=1.14.0
Fixed by #108
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 tooperation.kind
and the peer dependency on@urql/core
needs to be bumped to>=1.14.0
.