Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: slab/graphql-code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 4, 2025

  1. Copy the full SHA
    bb6a552 View commit details
  2. Copy the full SHA
    614e782 View commit details
Showing with 3 additions and 2 deletions.
  1. +2 −2 packages/presets/client/package.json
  2. +1 −0 packages/presets/client/src/index.ts
4 changes: 2 additions & 2 deletions packages/presets/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/client-preset",
"version": "4.6.1",
"name": "slab-graphql-codegen-client-preset",
"version": "4.6.2",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
1 change: 1 addition & 0 deletions packages/presets/client/src/index.ts
Original file line number Diff line number Diff line change
@@ -137,6 +137,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
onlyOperationTypes: options.config.onlyOperationTypes,
onlyEnumTypes: options.config.onlyEnumTypes,
customDirectives: options.config.customDirectives,
useImplementingTypes: options.config.useImplementingTypes,
};

const visitor = new ClientSideBaseVisitor(options.schemaAst!, [], options.config, options.config);