@graphql-codegen/client-preset 5.0.3 → 5.1.0-alpha-20251006112644-2abc148abefef377d171dcf8f82f008b899b10b4
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 -0
- package/esm/index.js +1 -0
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -50,6 +50,7 @@ exports.preset = {
|
|
|
50
50
|
onlyOperationTypes: options.config.onlyOperationTypes,
|
|
51
51
|
onlyEnums: options.config.onlyEnums,
|
|
52
52
|
customDirectives: options.config.customDirectives,
|
|
53
|
+
immutableTypes: options.config.immutableTypes,
|
|
53
54
|
};
|
|
54
55
|
const visitor = new visitor_plugin_common_1.ClientSideBaseVisitor(options.schemaAst, [], options.config, options.config);
|
|
55
56
|
let fragmentMaskingConfig = null;
|
package/esm/index.js
CHANGED
|
@@ -45,6 +45,7 @@ export const preset = {
|
|
|
45
45
|
onlyOperationTypes: options.config.onlyOperationTypes,
|
|
46
46
|
onlyEnums: options.config.onlyEnums,
|
|
47
47
|
customDirectives: options.config.customDirectives,
|
|
48
|
+
immutableTypes: options.config.immutableTypes,
|
|
48
49
|
};
|
|
49
50
|
const visitor = new ClientSideBaseVisitor(options.schemaAst, [], options.config, options.config);
|
|
50
51
|
let fragmentMaskingConfig = null;
|
package/package.json
CHANGED