We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e8082 commit 4e3cfdcCopy full SHA for 4e3cfdc
packages/presets/client/src/index.ts
@@ -27,7 +27,7 @@ export type ClientPresetConfig = {
27
* documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
28
* generates: {
29
* './src/gql/': {
30
- * preset: 'front-end',
+ * preset: 'client',
31
* presetConfig: {
32
* fragmentMasking: false,
33
* }
@@ -51,7 +51,7 @@ export type ClientPresetConfig = {
51
52
53
54
55
56
* gqlTagName: 'gql',
57
0 commit comments