@graphql-codegen/visitor-plugin-common 6.0.0-alpha-20250609132459-7295defb943748833086d045631267fb86a57303 → 6.0.0-alpha-20250612132824-44802c0840ae29ad1077e13de5b9a766f3802849
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -995,7 +995,7 @@ class BaseResolversVisitor extends base_visitor_js_1.BaseVisitor {
|
|
|
995
995
|
];
|
|
996
996
|
this._federation.addFederationTypeGenericIfApplicable({
|
|
997
997
|
genericTypes,
|
|
998
|
-
federationTypesType: this.convertName('
|
|
998
|
+
federationTypesType: this.convertName('FederationReferenceTypes'),
|
|
999
999
|
typeName,
|
|
1000
1000
|
});
|
|
1001
1001
|
const possibleTypes = implementingTypes.map(name => `'${name}'`).join(' | ') || 'null';
|
|
@@ -991,7 +991,7 @@ export class BaseResolversVisitor extends BaseVisitor {
|
|
|
991
991
|
];
|
|
992
992
|
this._federation.addFederationTypeGenericIfApplicable({
|
|
993
993
|
genericTypes,
|
|
994
|
-
federationTypesType: this.convertName('
|
|
994
|
+
federationTypesType: this.convertName('FederationReferenceTypes'),
|
|
995
995
|
typeName,
|
|
996
996
|
});
|
|
997
997
|
const possibleTypes = implementingTypes.map(name => `'${name}'`).join(' | ') || 'null';
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/visitor-plugin-common",
|
|
3
|
-
"version": "6.0.0-alpha-
|
|
3
|
+
"version": "6.0.0-alpha-20250612132824-44802c0840ae29ad1077e13de5b9a766f3802849",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@graphql-tools/optimize": "^2.0.0",
|
|
9
|
-
"@graphql-codegen/plugin-helpers": "6.0.0-alpha-
|
|
9
|
+
"@graphql-codegen/plugin-helpers": "6.0.0-alpha-20250612132824-44802c0840ae29ad1077e13de5b9a766f3802849",
|
|
10
10
|
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
|
|
11
11
|
"@graphql-tools/utils": "^10.0.0",
|
|
12
12
|
"auto-bind": "~4.0.0",
|