Skip to content

Commit

Permalink
fix(client-preset): forward dedupeFragments option
Browse files Browse the repository at this point in the history
  • Loading branch information
tojump committed Oct 31, 2022
1 parent 7c25c4e commit 299a61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/presets/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
skipTypename: options.config.skipTypename,
arrayInputCoercion: options.config.arrayInputCoercion,
enumsAsTypes: options.config.enumsAsTypes,
dedupeFragments: options.config.dedupeFragments,
};

const visitor = new ClientSideBaseVisitor(options.schemaAst!, [], options.config, options.config);
Expand Down

0 comments on commit 299a61e

Please sign in to comment.