mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
nikugogoi
9a8ae3f308
* Implement compare CLI for multiple entities at blocks * Implement caching for gql requests
16 lines
334 B
TOML
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
|