Accommodate GQL optimizations in codegen (#254)

* Prune optional methods in indexer and database interfaces

* Implement GQL optimization changes in codegen

* Fix graph-node test indexer

* Add demos to codegen package
This commit is contained in:
2022-11-23 17:42:25 +05:30
committed by GitHub
parent 0b33cc98c9
commit cc28474537
26 changed files with 758 additions and 57 deletions
+8
View File
@@ -18,6 +18,14 @@
## Run
Follow the steps below or follow the demos:
* [Subgraph watcher](./subgraph-demo.md)
* [Non subgraph watcher](./non-subgraph-demo.md)
Steps:
* Create a `.yaml` config file in the following format for generating a watcher:
```yaml