Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Jan 26, 2024
1 parent 3c1e6c4 commit 9764e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Keep in mind it will only run when your node_modules contains `@graphql-codegen/

### How is it different than VilvaAthibanPB.graphql-codegen

This extension uses codegen from your node_modules inside the folder you are working on, so you will never get a mismatching output to what your CLI would give you. Also it is faster. VilvaAthibanPB's always executes all of the codegens.
This extension uses codegen from your node_modules inside the folder you are working on, so you will never get a mismatching output to what your CLI would give you. Also it is faster-especially on large projects. VilvaAthibanPB's always executes all of the codegens.
This extensions only executes codegens that match the last saved file.

### OS support
Expand All @@ -24,7 +24,7 @@ Testing is done manually until some basic specs are added.

## CLI Version support

Extension is tested with @graphql-codegen/cli version 1.21.x.
Extension was initially tested with @graphql-codegen/cli version 1.21.x. Last version is tested with version 5.0.0
Other versions might not work as expected. If you hit any problems with other versions, please report them. The aim is to support as broad range of CLI versions as possible.

## FAQ
Expand Down

0 comments on commit 9764e25

Please sign in to comment.