-
Notifications
You must be signed in to change notification settings - Fork 41
Support graphql v15 #29
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
Comments
Unfortunately not that simple - this lib makes heavy use of Update: this turned out to be not quite true - the library actually worked fine without changes, except for the deprecated estimators. Most of the changes required were in test code. So if you’re stuck on 0.5.0 I don’t think there’s any reason to worry. |
There's already a PR #27 which addresses some issue with the ValidationContext. I haven't had time to look into this in detail yet. If someone wants to help with testing this and adding support for graphql v15, I'll be happy to review a PR. |
The change to It looks like this means Would you accept a PR which removes the deprecated/broken estimators, and updates the peer deps and dev deps for graphql to v15? |
The If you want to create a PR for this, go ahead 👍 |
Great 👍 . PR now in: #30 |
This is now supported in v0.6.0 |
Hi, graphql-query-complexity currently does not include graphql 15.0 as a supported peer depenency. Even though graphql 15 came with some breaking changes, I don't think anything needs to be changed to support it.
The text was updated successfully, but these errors were encountered: