From 83dc77a3b1228e260b5725b704e65b894ae5deb9 Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Wed, 26 Jun 2024 10:41:42 -0600 Subject: [PATCH] Remove TODO that is no longer relevant --- composition-js/src/merging/merge.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/composition-js/src/merging/merge.ts b/composition-js/src/merging/merge.ts index 7082ad392..2b05d1ab7 100644 --- a/composition-js/src/merging/merge.ts +++ b/composition-js/src/merging/merge.ts @@ -2913,8 +2913,6 @@ class Merger { // remove types imported from the original `@link` directive to avoid // orphaned types. When extractSubgraphsFromSupergraph is called, it will // add the types back to the subgraph. - // - // TODO: this doesn't handle renamed imports private removeTypesAfterJoinDirectiveSerialization(schema: Schema) { const joinDirectiveLinks = schema.directives() .filter(d => d.name === 'join__directive')