dotansimha / dotansimha/graphql-code-generator
[documentation] react-query legacyMode description is incorrect
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
### Which packages are impacted by your issue?
_No response_
### Describe the bug
According to the [website documentation](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-react-query#legacymode), the default value of `legacyMode` is `true`. Looking at the [4.0.0 CHANGELOG](https://github.com/dotansimha/graphql-code-generator-community/blob/63a5322bd8db4c123bd2906551a3a1fabb32b2ae/packages/plugins/typescript/react-query/CHANGELOG.md#400) it says that the value is `false` by default (which is correct)
### Your Example Website or App
N/A
### Steps to Reproduce the Bug or Issue
Go to the [website documentation](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-react-query#legacymode) and see the incorrect information
### Expected behavior
I would expect the website documentation to match the actual behavior of the `legacyMode` option
### Screenshots or Videos
_No response_
### Platform
macOS
### Codegen Config File
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.