mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
d979e51723
* Add CLI to compare entities from two GQL endpoints * Print out result diffs in compare-entity CLI * Get the colorized result diff in compare-entity CLI * Read query dir from config file or as an arg * Make config file arg required * Make queries in Example schema similar to that in graph-node * Get non-colorized output on choosing raw-json diff option * Make queries in eden-watcher similar to that in graph-node
7 lines
190 B
TOML
7 lines
190 B
TOML
[endpoints]
|
|
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
|
|
gqlEndpoint2 = "http://localhost:3008/graphql"
|
|
|
|
[queries]
|
|
queryDir = "../graph-test-watcher/src/gql/queries"
|