@graphql-codegen/client-preset 4.6.1 → 4.6.2-rc-20250208131530-6bdbcab54e4275fd0203354c6aeaf164f26de269
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 +1 -1
- package/esm/index.js +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -43,7 +43,7 @@ exports.preset = {
|
|
|
43
43
|
documentMode: options.config.documentMode,
|
|
44
44
|
skipTypeNameForRoot: options.config.skipTypeNameForRoot,
|
|
45
45
|
onlyOperationTypes: options.config.onlyOperationTypes,
|
|
46
|
-
|
|
46
|
+
onlyEnums: options.config.onlyEnums,
|
|
47
47
|
customDirectives: options.config.customDirectives,
|
|
48
48
|
};
|
|
49
49
|
const visitor = new visitor_plugin_common_1.ClientSideBaseVisitor(options.schemaAst, [], options.config, options.config);
|
package/esm/index.js
CHANGED
|
@@ -38,7 +38,7 @@ export const preset = {
|
|
|
38
38
|
documentMode: options.config.documentMode,
|
|
39
39
|
skipTypeNameForRoot: options.config.skipTypeNameForRoot,
|
|
40
40
|
onlyOperationTypes: options.config.onlyOperationTypes,
|
|
41
|
-
|
|
41
|
+
onlyEnums: options.config.onlyEnums,
|
|
42
42
|
customDirectives: options.config.customDirectives,
|
|
43
43
|
};
|
|
44
44
|
const visitor = new ClientSideBaseVisitor(options.schemaAst, [], options.config, options.config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/client-preset",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2-rc-20250208131530-6bdbcab54e4275fd0203354c6aeaf164f26de269",
|
|
4
4
|
"description": "GraphQL Code Generator preset for client.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"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"
|