mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-06 19:38:05 +00:00
Nabarun Gogoi
ceb0a3de23
* Integrate gql response compare tool * Add README for compare-gql tool * Update readme * Update CLI output logs --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
13 lines
265 B
YAML
13 lines
265 B
YAML
# Watcher URL
|
|
url: ""
|
|
|
|
# Boolean to specify if it is a subgraph watcher
|
|
isSubgraph: false
|
|
|
|
# File path for saving GQL result
|
|
gqlResultFilepath: "./result.json"
|
|
|
|
# Optional parameter to override default GQL query
|
|
# Set GQL filepath containing query
|
|
graphqlQuery: ""
|