Add gqlPath in config for GQL server URL (#483)

This commit is contained in:
2023-11-21 15:21:10 +05:30
committed by GitHub
parent 4a88ff76e0
commit 8c44fbbe6d
3 changed files with 23 additions and 4 deletions
@@ -2,6 +2,7 @@
host = "127.0.0.1"
port = {{port}}
kind = "{{watcherKind}}"
gqlPath = "/graphql"
# Checkpointing state.
checkpointing = true