We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca21f68 commit c200bb1Copy full SHA for c200bb1
1 file changed
packages/utils/plugins-helpers/src/federation.ts
@@ -269,6 +269,8 @@ export function addFederationReferencesToSchema(
269
typeConfig.fields = {
270
[resolveReferenceFieldName]: {
271
type,
272
+ args: {},
273
+ extensions: {},
274
},
275
...typeConfig.fields,
276
};
@@ -314,6 +316,8 @@ export function addFederationReferencesToSchema(
314
316
315
317
318
319
320
321
322
323
0 commit comments