azimuth-watcher-ts/packages/gateway-server
Zach e005b7e69d
Add runnable default query with info text (#23)
* defaultQuery

* add azimuth examples to default query
2023-08-02 15:19:47 +05:30
..
src Add runnable default query with info text (#23) 2023-08-02 15:19:47 +05:30
.eslintignore Use GQL schema stitching to proxy queries to multiple watchers (#18) 2023-05-02 18:14:30 +05:30
.eslintrc.json Use GQL schema stitching to proxy queries to multiple watchers (#18) 2023-05-02 18:14:30 +05:30
.gitignore Use GQL schema stitching to proxy queries to multiple watchers (#18) 2023-05-02 18:14:30 +05:30
LICENSE Use GQL schema stitching to proxy queries to multiple watchers (#18) 2023-05-02 18:14:30 +05:30
package.json Use GQL schema stitching to proxy queries to multiple watchers (#18) 2023-05-02 18:14:30 +05:30
README.md Fix watcher endpoints check in gateway server (#19) 2023-05-04 15:08:51 +05:30
tsconfig.json Use GQL schema stitching to proxy queries to multiple watchers (#18) 2023-05-02 18:14:30 +05:30

gateway-server

GQL server to proxy queries to their respective watchers

Queries from a watcher are prefixed according to the watchers.json file

References