fix(deps): support graphql-request v7 for @graphql-codegen/typescript-graphql-request
Description
support graphql-request v7 for @graphql-codegen/typescript-graphql-request
Related #743, #709
Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
- [x] Checked that
yarn buildandyarn testwork as expected.
Test Environment:
- OS: MacOS
- NodeJS: 20.12.2
Checklist:
- [x] I have followed the CONTRIBUTING doc and the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
🦋 Changeset detected
Latest commit: 2d6f45913f2226987dd4fe24d093f4d727cf52f6
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 2 packages
| Name | Type |
|---|---|
| @graphql-codegen/typescript-graphql-request | Patch |
| @graphql-codegen/typescript-rtk-query | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
any updates on this?
Is there a plan to continue supporting graphql-request SDK generation? It's a fantastic feature that has significantly improved my development workflow.
v8 is on the horizon as well under a new name:
https://graffle.js.org/ https://github.com/graffle-js/graffle/discussions/1163
@graphql-codegen/[email protected] has been released to achieve this. Thank you for your effort and patience 🙏