2021-11-23 10:45:42 +00:00
|
|
|
[endpoints]
|
|
|
|
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
|
|
|
|
gqlEndpoint2 = "http://localhost:3008/graphql"
|
|
|
|
|
|
|
|
[queries]
|
2022-09-08 11:24:02 +00:00
|
|
|
queryDir = "../../graph-test-watcher/src/gql/queries"
|
2022-08-17 13:41:40 +00:00
|
|
|
blockDelayInMs = 250
|
2022-09-08 11:24:02 +00:00
|
|
|
queryLimits = {}
|
2022-10-04 05:48:55 +00:00
|
|
|
[queries.names]
|
2022-08-17 13:41:40 +00:00
|
|
|
|
|
|
|
[watcher]
|
2022-08-26 06:32:39 +00:00
|
|
|
configPath = "../../graph-test-watcher/environments/local.toml"
|
2022-09-08 11:24:02 +00:00
|
|
|
entitiesDir = "../../graph-test-watcher/dist/entity/*"
|
2022-08-17 13:41:40 +00:00
|
|
|
endpoint = "gqlEndpoint2"
|
|
|
|
verifyState = true
|
2022-10-11 08:11:26 +00:00
|
|
|
skipFields = []
|
2022-01-17 09:48:44 +00:00
|
|
|
|
|
|
|
[cache]
|
|
|
|
endpoint = "gqlEndpoint1"
|
|
|
|
|
|
|
|
[cache.config]
|
|
|
|
name = "subgraph-requests"
|
|
|
|
enabled = true
|
|
|
|
deleteOnStart = false
|