@graphql-codegen/client-preset 4.8.4-alpha-20250805122041-8da92a5b216bd44d4db5eb263c456c54aaf2233b → 4.8.4-alpha-20250806124710-efb35af844f5324e3d57c71e731b0b927866b260
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/cjs/index.js +5 -1
- package/esm/index.js +5 -1
- package/package.json +8 -8
package/cjs/index.js
CHANGED
|
@@ -117,7 +117,11 @@ exports.preset = {
|
|
|
117
117
|
}
|
|
118
118
|
const plugins = [
|
|
119
119
|
{ [`add`]: { content: `/* eslint-disable */` } },
|
|
120
|
-
{
|
|
120
|
+
{
|
|
121
|
+
[`typescript`]: {
|
|
122
|
+
inputMaybeValue: 'T | null | undefined',
|
|
123
|
+
},
|
|
124
|
+
},
|
|
121
125
|
{ [`typescript-operations`]: {} },
|
|
122
126
|
{
|
|
123
127
|
[`typed-document-node`]: {
|
package/esm/index.js
CHANGED
|
@@ -112,7 +112,11 @@ export const preset = {
|
|
|
112
112
|
}
|
|
113
113
|
const plugins = [
|
|
114
114
|
{ [`add`]: { content: `/* eslint-disable */` } },
|
|
115
|
-
{
|
|
115
|
+
{
|
|
116
|
+
[`typescript`]: {
|
|
117
|
+
inputMaybeValue: 'T | null | undefined',
|
|
118
|
+
},
|
|
119
|
+
},
|
|
116
120
|
{ [`typescript-operations`]: {} },
|
|
117
121
|
{
|
|
118
122
|
[`typed-document-node`]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/client-preset",
|
|
3
|
-
"version": "4.8.4-alpha-
|
|
3
|
+
"version": "4.8.4-alpha-20250806124710-efb35af844f5324e3d57c71e731b0b927866b260",
|
|
4
4
|
"description": "GraphQL Code Generator preset for client.",
|
|
5
5
|
"peerDependenciesMeta": {
|
|
6
6
|
"graphql-sock": {
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
16
16
|
"@babel/template": "^7.20.7",
|
|
17
|
-
"@graphql-codegen/add": "5.0.
|
|
18
|
-
"@graphql-codegen/typed-document-node": "5.1.
|
|
19
|
-
"@graphql-codegen/typescript": "4.1.
|
|
20
|
-
"@graphql-codegen/typescript-operations": "4.6.
|
|
21
|
-
"@graphql-codegen/gql-tag-operations": "4.0.
|
|
22
|
-
"@graphql-codegen/plugin-helpers": "
|
|
23
|
-
"@graphql-codegen/visitor-plugin-common": "
|
|
17
|
+
"@graphql-codegen/add": "^5.0.3",
|
|
18
|
+
"@graphql-codegen/typed-document-node": "^5.1.2",
|
|
19
|
+
"@graphql-codegen/typescript": "^4.1.6",
|
|
20
|
+
"@graphql-codegen/typescript-operations": "^4.6.1",
|
|
21
|
+
"@graphql-codegen/gql-tag-operations": "4.0.17",
|
|
22
|
+
"@graphql-codegen/plugin-helpers": "^5.1.1",
|
|
23
|
+
"@graphql-codegen/visitor-plugin-common": "^5.8.0",
|
|
24
24
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
25
25
|
"@graphql-tools/documents": "^1.0.0",
|
|
26
26
|
"@graphql-tools/utils": "^10.0.0",
|