watcher-ts/packages/graph-node/src
nikugogoi 238ad21189 Handle subgraph schema field with derivedFrom directive (#60)
* Handle subgraph schema field with derivedFrom directive

* Handle derivedFrom directive in eden-watcher

* Fix 1 to N relation error by removing limit from query

* Order by id for derivedFrom relations to match graph-node

* Refactor example subgraph schema entities

* Fix watcher queries to return correct relation field values

* Fix hierarchical query for getting two entities at same block
2021-12-28 16:08:05 +05:30
..
cli/compare Add a CLI to compare entity query results from two GQL endpoints (#57) 2021-12-28 16:08:05 +05:30
call-handler.test.ts Implement eth_call for methods returning struct type (#59) 2021-12-28 16:08:05 +05:30
database.ts Handle subgraph schema field with derivedFrom directive (#60) 2021-12-28 16:08:05 +05:30
eden.test.ts Implement eth_call for methods returning struct type (#59) 2021-12-28 16:08:05 +05:30
eth-call.test.ts Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
index.ts Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
loader.test.ts Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
loader.ts Handle subgraph schema field with derivedFrom directive (#60) 2021-12-28 16:08:05 +05:30
numbers.test.ts Implement bigDecimal host API (#62) 2021-12-28 16:08:05 +05:30
type-conversion.test.ts Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
types.ts Add support for subgraph schema data types (#46) 2021-12-28 16:08:05 +05:30
utils.ts Implement eth_call for methods returning struct type (#59) 2021-12-28 16:08:05 +05:30
watcher.ts Handle subgraph schema field with derivedFrom directive (#60) 2021-12-28 16:08:05 +05:30