Skip to content

Commit 7b3bac9

Browse files
authored
Update fragment matcher (#10613)
1 parent 030100a commit 7b3bac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/plugins/other/fragment-matcher/src

packages/plugins/other/fragment-matcher/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface FragmentMatcherConfig {
6161
*/
6262
module?: 'commonjs' | 'es2015';
6363
/**
64-
* @description Compatible only with TS/TSX/JS/JSX extensions, allow you to generate output based on your Apollo-Client version. Valid values are: `2`, `3`.
64+
* @description Compatible only with TS/TSX/JS/JSX extensions, allow you to generate output based on your Apollo Client version. Note: `3` also works for version 4.
6565
* @default 3
6666
*
6767
* @exampleMarkdown

0 commit comments

Comments
 (0)