Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@graphql-codegen/typescript-msw@3.0.0
Major Changes
40f3676
Thanks @lachieh! - Corrected compatibility with
msw@^2
. Types usedare incompatible with
msw@^1
.@graphql-codegen/typescript-nest@1.0.0
Major Changes
cda1ba3
Thanks @bridges-wood! - Add GraphQL Code Generator plugin for
generating NestJS compatible types
@graphql-codegen/typescript-graphql-request@6.2.0
Minor Changes
ad8258c
Thanks @pentla! - Fix TypeScript error when moduleResolution is
"nodenext" or "bundler"
Patch Changes
64c2c10
Thanks @mtlewis! - Fix unused parameter in generated code which
caused TS errors for users of the package.
@graphql-codegen/typescript-react-apollo@4.2.0
Minor Changes
ba7e551
Thanks @rickdunkin! - Apollo Client
useFragment
hookPatch Changes
fa53f8f
Thanks @namoscato! - fix: loosen defaultBaseOptions type
@graphql-codegen/typescript-react-query@6.1.0
Minor Changes
b403529
Thanks @neil585456525! - Fix importOperationTypesFrom missing
prefix
@graphql-codegen/kotlin@3.0.1
Patch Changes
926f515
Thanks @tristanlins! - fix(kotlin) Omit typesSuffix in enum
names.
@graphql-codegen/typescript-vue-apollo@4.1.1
Patch Changes
c2b4a1b
Thanks @FloEdelmann! - Make lazy query's variables optional