Skip to content

Commit

Permalink
fix(preset/client): typo in config mapping (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Oct 6, 2022
1 parent b9e52e3 commit 1261940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-grapes-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-codegen/client-preset': patch
---

typo in config mapping
2 changes: 1 addition & 1 deletion packages/presets/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
scalars: options.config.scalars,
defaultScalarType: options.config.defaultScalarType,
strictScalars: options.config.strictScalars,
namingConvention: options.config.scalars,
namingConvention: options.config.namingConvention,
useTypeImports: options.config.useTypeImports,
skipTypename: options.config.skipTypename,
arrayInputCoercion: options.config.arrayInputCoercion,
Expand Down

0 comments on commit 1261940

Please sign in to comment.