overwrite: true schema: "./schema-with-scalars.graphql" # Or an endpoint if your schema is remote documents: "../subgraph/base_sepolia/src/**/*.graphql" generates: src/__generated__/graphql.ts: config: scalars: BigInt: string BigDecimal: string Bytes: string Int8: number plugins: - "typescript" - "typescript-operations"