Skip to content

Commit

Permalink
chore: Remove documentation comments from GraphQL generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 3, 2025
1 parent dffb6d5 commit 3491bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,407 deletions.
3 changes: 2 additions & 1 deletion packages/indexer/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const config: CodegenConfig = {
disableDescriptions: true,
useTypeImports: true,
withResultType: false,
withMutationOptionsType: false
withMutationOptionsType: false,
addDocBlocks: false
}
}
},
Expand Down
Loading

0 comments on commit 3491bea

Please sign in to comment.