Skip to content

Commit

Permalink
Remove TODO that is no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-apollo committed Jun 26, 2024
1 parent c73cf6c commit 83dc77a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composition-js/src/merging/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 83dc77a

Please sign in to comment.