mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
nikugogoi
00a9c247f5
* Update compare CLI to verify only updated entities * Show time difference between GQL requests
25 lines
588 B
TOML
25 lines
588 B
TOML
[endpoints]
|
|
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
|
|
gqlEndpoint2 = "http://localhost:3008/graphql"
|
|
|
|
[queries]
|
|
queryDir = "../../graph-test-watcher/src/gql/queries"
|
|
blockDelayInMs = 250
|
|
queryLimits = {}
|
|
[queries.names]
|
|
|
|
[watcher]
|
|
configPath = "../../graph-test-watcher/environments/local.toml"
|
|
entitiesDir = "../../graph-test-watcher/dist/entity/*"
|
|
endpoint = "gqlEndpoint2"
|
|
verifyState = true
|
|
derivedFields = []
|
|
|
|
[cache]
|
|
endpoint = "gqlEndpoint1"
|
|
|
|
[cache.config]
|
|
name = "subgraph-requests"
|
|
enabled = true
|
|
deleteOnStart = false
|