Skip to content

Commit

Permalink
update codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-io committed Oct 30, 2024
1 parent 4729b48 commit 047158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph-codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dotenvConfig({ path: './.env.local' }) // point to root of project for now

const config: CodegenConfig = {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
schema: [process.env.GRAPH_URL_ARBITRUM!, process.env.GRAPH_URL_ARBITRUM_SEPOLIA!],
schema: [process.env.GRAPH_URL_ARBITRUM!],
documents: ['src/graphQueries/**/*.{ts,tsx}'],
generates: {
'./src/types/gql/': {
Expand Down

0 comments on commit 047158e

Please sign in to comment.