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 b9e52e3 commit 1261940Copy full SHA for 1261940
.changeset/famous-grapes-compare.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-codegen/client-preset': patch
3
4
+
5
+typo in config mapping
packages/presets/client/src/index.ts
@@ -74,7 +74,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
74
scalars: options.config.scalars,
75
defaultScalarType: options.config.defaultScalarType,
76
strictScalars: options.config.strictScalars,
77
- namingConvention: options.config.scalars,
+ namingConvention: options.config.namingConvention,
78
useTypeImports: options.config.useTypeImports,
79
skipTypename: options.config.skipTypename,
80
arrayInputCoercion: options.config.arrayInputCoercion,
0 commit comments