-
Notifications
You must be signed in to change notification settings - Fork 469
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
Update graphql to v14 #626
Comments
In addition, I suggest making |
☝️ This might require updating the tests to run on both versions, which seems like something we should do anyway. |
Update graphql package + types. Resolve typescript errors and update snapshots. Fixes #626 -- Amending commit for a new hash for testing purposes
Update graphql package + types. Resolve typescript errors and update snapshots. Fixes #626 -- Amending commit for a new hash for testing purposes -- 2nd amend
#648 as well. These just keep on rolling in, and for some reason people cannot find the original issue for it either. |
@trevor-scheer I think this also encompasses #630. |
This issue is to upgrade packages dependent on graphql-js to v14.
v14 offers some handy utility functions for validating types of nodes.
They'll be useful here: #625
The text was updated successfully, but these errors were encountered: