Skip to content

Commit

Permalink
Disable mergeSchema until we have time to switch over
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 committed Jun 30, 2024
1 parent 509e08c commit 8498bc9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
1 change: 1 addition & 0 deletions codegen.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const config: CodegenConfig = {
'./packages/services/api/src': defineConfig(
{
typeDefsFilePath: false,
mergeSchema: false, // TODO: temporarily disable merging schema to avoid this keeps popping up every time we run codegen. eddeee888 to remove schema-ast plugin and re-enable this.
resolverGeneration: 'minimal',
resolverMainFileMode: 'modules',
resolverTypesPath: './__generated__/types.next.ts',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@actions/core": "1.10.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.6",
"@eddeee888/gcg-typescript-resolver-files": "0.0.0-pr299-run560-1-20240630114847",
"@eddeee888/gcg-typescript-resolver-files": "0.10.0",
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.3.0",
Expand Down
Loading

0 comments on commit 8498bc9

Please sign in to comment.