2021-11-23 10:45:42 +00:00
|
|
|
[endpoints]
|
|
|
|
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
|
|
|
|
gqlEndpoint2 = "http://localhost:3008/graphql"
|
|
|
|
|
|
|
|
[queries]
|
|
|
|
queryDir = "../graph-test-watcher/src/gql/queries"
|
2022-01-17 09:48:44 +00:00
|
|
|
names = []
|
2022-08-08 10:28:13 +00:00
|
|
|
idsEndpoint = "gqlEndpoint1"
|
2022-08-17 13:41:40 +00:00
|
|
|
blockDelayInMs = 250
|
|
|
|
|
|
|
|
[watcher]
|
|
|
|
configpath = "../../graph-test-watcher/environments/local.toml"
|
|
|
|
entitiesDir = "../../graph-test-watcher/src/entity"
|
|
|
|
endpoint = "gqlEndpoint2"
|
|
|
|
verifyState = true
|
2022-01-17 09:48:44 +00:00
|
|
|
|
|
|
|
[cache]
|
|
|
|
endpoint = "gqlEndpoint1"
|
|
|
|
|
|
|
|
[cache.config]
|
|
|
|
name = "subgraph-requests"
|
|
|
|
enabled = true
|
|
|
|
deleteOnStart = false
|