Point graph-cli to use fork for automatic graph-ts exports (#22)

This commit is contained in:
2021-12-28 16:08:05 +05:30
committed by nabarun
parent e10f61ba61
commit 2bc40896b0
5 changed files with 29 additions and 21 deletions
@@ -145,6 +145,3 @@ export function testBigIntFromString (): string {
return res;
}
// TODO: Export it automatically using graph-cli.
export { BigDecimal, BigInt };