watcher-ts/packages/graph-node/environments/compare-cli-config.toml
nikugogoi 9a8ae3f308
Implement compare CLI for multiple entities for given block range (#108)
* Implement compare CLI for multiple entities at blocks

* Implement caching for gql requests
2022-01-17 15:18:44 +05:30

16 lines
334 B
TOML

[endpoints]
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
gqlEndpoint2 = "http://localhost:3008/graphql"
[queries]
queryDir = "../graph-test-watcher/src/gql/queries"
names = []
[cache]
endpoint = "gqlEndpoint1"
[cache.config]
name = "subgraph-requests"
enabled = true
deleteOnStart = false