mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-09 04:48:05 +00:00
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: ""
|