diff --git a/graph-codegen.ts b/graph-codegen.ts index ddd1352..0d00ae5 100644 --- a/graph-codegen.ts +++ b/graph-codegen.ts @@ -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/': {