-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support graphql@16 #1982
Comments
Just change
|
but will that solution be backwards-compatible with v15? @IvanGoncharov |
We had a few workarounds like this in graphql-codegen and graphql-eslint, in order to support multiple versions. @IvanGoncharov if possible, let's try to avoid introducing another import/name change that isn't really needed (or, let's try to keep it compatible with v15). |
@IvanGoncharov you can see #1983 for the matching PR where this change and many others are already made |
@PabloSzx Yes, this change is compatible with v15.
@dotansimha All changes for public APIs are compatible. But even for private API, I'm happy to add a migration path (e.g. add alternative export in v15) I just can't anticipate it in advance since I don't know who uses what.
@acao Thanks, Rikki. I left a review there, and also answered your question about peedDependencies. |
I closed my PR because it looks like @saihaj created another that includes the stream/defer tag as well! as I understand, this will all be in 16, correct? if anyone wants help testing the stream/defer behavior I'm glad to show folks around :) |
So far, this is the only error I'm seeing, but there could be more:
The text was updated successfully, but these errors were encountered: