Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Operation.operationName usage with Operation.kind #105

Closed
kitten opened this issue Oct 29, 2020 · 1 comment · May be fixed by #106
Closed

Replace Operation.operationName usage with Operation.kind #105

kitten opened this issue Oct 29, 2020 · 1 comment · May be fixed by #106

Comments

@kitten
Copy link
Member

kitten commented Oct 29, 2020

See deprecation notes here: urql-graphql/urql#1098
And: urql-graphql/urql#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
Copy link
Collaborator

Fixed by #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants