From 0eaea8631d22840a4f647f9b4ac1f4cc5d3186e2 Mon Sep 17 00:00:00 2001 From: Christopher Dieringer Date: Wed, 8 Jan 2025 16:46:20 -0800 Subject: [PATCH] feat: support mergeFragmentTypes --- packages/presets/client/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/presets/client/src/index.ts b/packages/presets/client/src/index.ts index 920a13a5f08..c9f83b2f9d4 100644 --- a/packages/presets/client/src/index.ts +++ b/packages/presets/client/src/index.ts @@ -128,6 +128,7 @@ export const preset: Types.OutputPreset = { arrayInputCoercion: options.config.arrayInputCoercion, enumsAsTypes: options.config.enumsAsTypes, enumsAsConst: options.config.enumsAsConst, + mergeFragmentTypes: options.config.mergeFragmentTypes, futureProofEnums: options.config.futureProofEnums, dedupeFragments: options.config.dedupeFragments, nonOptionalTypename: options.config.nonOptionalTypename,