Skip to content

Commit

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

0 comments on commit dffb6d5

Please sign in to comment.