Skip to content

Commit

Permalink
chore: Remove unnecessary query result types 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 48ba4af commit 707d899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 82 deletions.
3 changes: 2 additions & 1 deletion packages/indexer/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const config: CodegenConfig = {
config: {
withMutationFn: false,
disableDescriptions: true,
useTypeImports: true
useTypeImports: true,
withResultType: false
}
}
},
Expand Down
Loading

0 comments on commit 707d899

Please sign in to comment.