@graphql-codegen/client-preset 5.0.3 → 5.1.0-alpha-20251006114014-221761cd7ec093d30a3d569e4b4884fc6ccfca2a

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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/client-preset",
3
- "version": "5.0.3",
3
+ "version": "5.1.0-alpha-20251006114014-221761cd7ec093d30a3d569e4b4884fc6ccfca2a",
4
4
  "description": "GraphQL Code Generator preset for client.",
5
5
  "peerDependenciesMeta": {
6
6
  "graphql-sock": {