Skip to content

Commit 6f7a46e

Browse files
committed
changeset
1 parent 1257300 commit 6f7a46e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/funny-cups-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/federation-composition": patch
3+
---
4+
5+
Do not add `usedOverridden: true to `@override` usage in case the overriden field is`@external` but has a matching interface field.

src/supergraph/composition/object-type.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { createObjectTypeNode, JoinFieldAST } from "./ast.js";
1818
import type { Key, MapByGraph, TypeBuilder } from "./common.js";
1919
import { convertToConst } from "./common.js";
2020
import { InterfaceTypeFieldState } from "./interface-type.js";
21-
import { isExternal } from "node:util/types";
2221

2322
export function isRealExtension(
2423
meta: ObjectTypeStateInGraph,

0 commit comments

Comments
 (0)