mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 01:04:07 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user