@graphql-codegen/visitor-plugin-common 5.8.0-alpha-20250320120109-28908ffcc6ecf4a9c25a8536be031463a200b604 → 5.8.0-alpha-20250320120627-eeef9e47372acd1e10d1ac7bd38d21ae7f65d817
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": "5.8.0-alpha-
|
|
3
|
+
"version": "5.8.0-alpha-20250320120627-eeef9e47372acd1e10d1ac7bd38d21ae7f65d817",
|
|
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
|
},
|
|
@@ -508,6 +508,14 @@ export interface RawResolversConfig extends RawConfig {
|
|
|
508
508
|
/**
|
|
509
509
|
* @description Configures behavior for custom directives from various GraphQL libraries.
|
|
510
510
|
* @exampleMarkdown
|
|
511
|
+
* First, install `graphql-sock` peer dependency:
|
|
512
|
+
*
|
|
513
|
+
* ```
|
|
514
|
+
* npm install --save-dev graphql-sock
|
|
515
|
+
* ```
|
|
516
|
+
*
|
|
517
|
+
* Now, you can turn on support for `@semanticNonNull` directive:
|
|
518
|
+
*
|
|
511
519
|
* ```ts filename="codegen.ts"
|
|
512
520
|
* import type { CodegenConfig } from '@graphql-codegen/cli';
|
|
513
521
|
*
|
|
@@ -508,6 +508,14 @@ export interface RawResolversConfig extends RawConfig {
|
|
|
508
508
|
/**
|
|
509
509
|
* @description Configures behavior for custom directives from various GraphQL libraries.
|
|
510
510
|
* @exampleMarkdown
|
|
511
|
+
* First, install `graphql-sock` peer dependency:
|
|
512
|
+
*
|
|
513
|
+
* ```
|
|
514
|
+
* npm install --save-dev graphql-sock
|
|
515
|
+
* ```
|
|
516
|
+
*
|
|
517
|
+
* Now, you can turn on support for `@semanticNonNull` directive:
|
|
518
|
+
*
|
|
511
519
|
* ```ts filename="codegen.ts"
|
|
512
520
|
* import type { CodegenConfig } from '@graphql-codegen/cli';
|
|
513
521
|
*
|