watcher-ts/packages/graph-node/test/subgraph/example1/generated/export.ts
nikugogoi 47cef8d5d7 Add support for subgraph schema data types (#46)
* Fix packages build

* Add support for boolean type in subgraph schema

* Add BigDecimal fromString and toString implementation

* Add implementation for subgraph Bytes type

* Implement enum type for subgraph schema

* Add implementation for subgraph schema BigDecimal type

* JSON stringify and parse entity data for auto-diff
2021-12-28 16:08:05 +05:30

27 lines
312 B
TypeScript

// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Re-exports
import {
BigDecimal,
BigInt,
ethereum,
Address,
ByteArray,
Bytes,
Entity,
Value
} from '@graphprotocol/graph-ts';
export {
BigDecimal,
BigInt,
ethereum,
Entity,
Address,
ByteArray,
Bytes,
Value
}