We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755dce7 commit bd0debeCopy full SHA for bd0debe
1 file changed
.changeset/funny-jokes-joke.md
@@ -0,0 +1,10 @@
1
+---
2
+'@graphql-codegen/near-operation-file-preset': patch
3
4
+
5
+Deduplicate `externalFragments` by name when multiple source documents are merged into the same generated output
6
7
+Why: multiple documents can resolve to the same generated file and each contribute the same external fragment
8
+downstream plugins then receive repeated externalFragments, which can cause severe perf blow-ups
9
10
+Relates to: https://github.com/dotansimha/graphql-code-generator-community/issues/752
0 commit comments