Skip to content

Commit 52c4ed4

Browse files
committed
Fix type issues
1 parent d8046b9 commit 52c4ed4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/utils/plugins-helpers/src/federation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ export function addFederationReferencesToSchema(
269269
typeConfig.fields = {
270270
[resolveReferenceFieldName]: {
271271
type,
272+
args: {},
273+
extensions: {},
272274
},
273275
...typeConfig.fields,
274276
};
@@ -314,6 +316,8 @@ export function addFederationReferencesToSchema(
314316
typeConfig.fields = {
315317
[resolveReferenceFieldName]: {
316318
type,
319+
args: {},
320+
extensions: {},
317321
},
318322
...typeConfig.fields,
319323
};

0 commit comments

Comments
 (0)