Skip to content

Commit

Permalink
chore: Disable GraphQL type descriptions in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 3, 2025
1 parent 2020bfd commit 005c315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,974 deletions.
2 changes: 1 addition & 1 deletion packages/indexer/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: CodegenConfig = {
"typescript-operations",
"typescript-react-apollo"
],
config: { withMutationFn: false }
config: { withMutationFn: false, disableDescriptions: true }
}
},
hooks: {
Expand Down
Loading

0 comments on commit 005c315

Please sign in to comment.