@graphql-codegen/visitor-plugin-common 6.1.0-alpha-20251001144629-b40a8cbfdf8586bb3e4a3d39cbd6c6b0d4f1bb74 → 6.1.0-alpha-20251005134232-167288a4f410a87598475787603e598e9b94808a
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/visitor-plugin-common",
|
|
3
|
-
"version": "6.1.0-alpha-
|
|
3
|
+
"version": "6.1.0-alpha-20251005134232-167288a4f410a87598475787603e598e9b94808a",
|
|
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
|
},
|
|
@@ -640,13 +640,13 @@ export interface RawResolversConfig extends RawConfig {
|
|
|
640
640
|
avoidCheckingAbstractTypesRecursively?: boolean;
|
|
641
641
|
/**
|
|
642
642
|
* @description If true, add field resolver types to Interfaces.
|
|
643
|
-
* By default, GraphQL Interfaces
|
|
643
|
+
* By default, GraphQL Interfaces do not trigger any field resolvers,
|
|
644
644
|
* meaning every implementing type must implement the same resolver for the shared fields.
|
|
645
645
|
*
|
|
646
646
|
* Some tools provide a way to change the default behaviour by making GraphQL Objects inherit
|
|
647
647
|
* missing resolvers from their Interface types. In these cases, it is fine to turn this option to true.
|
|
648
648
|
*
|
|
649
|
-
* For example, if you are using
|
|
649
|
+
* For example, if you are using `@graphql-tools/schema#makeExecutableSchema` with `inheritResolversFromInterfaces: true`,
|
|
650
650
|
* you can make `addInterfaceFieldResolverTypes: true` as well
|
|
651
651
|
* https://the-guild.dev/graphql/tools/docs/generate-schema#makeexecutableschema
|
|
652
652
|
*
|
|
@@ -640,13 +640,13 @@ export interface RawResolversConfig extends RawConfig {
|
|
|
640
640
|
avoidCheckingAbstractTypesRecursively?: boolean;
|
|
641
641
|
/**
|
|
642
642
|
* @description If true, add field resolver types to Interfaces.
|
|
643
|
-
* By default, GraphQL Interfaces
|
|
643
|
+
* By default, GraphQL Interfaces do not trigger any field resolvers,
|
|
644
644
|
* meaning every implementing type must implement the same resolver for the shared fields.
|
|
645
645
|
*
|
|
646
646
|
* Some tools provide a way to change the default behaviour by making GraphQL Objects inherit
|
|
647
647
|
* missing resolvers from their Interface types. In these cases, it is fine to turn this option to true.
|
|
648
648
|
*
|
|
649
|
-
* For example, if you are using
|
|
649
|
+
* For example, if you are using `@graphql-tools/schema#makeExecutableSchema` with `inheritResolversFromInterfaces: true`,
|
|
650
650
|
* you can make `addInterfaceFieldResolverTypes: true` as well
|
|
651
651
|
* https://the-guild.dev/graphql/tools/docs/generate-schema#makeexecutableschema
|
|
652
652
|
*
|