azimuth-watcher-ts/packages/gateway-server
Prathamesh Musale 85be626f1c Add an example to query keys for a point (#1)
Part of https://www.notion.so/Subscription-API-for-scry-bindings-1c2a6b22d47280a98bb2e2d06496ac89

Reviewed-on: #1
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-06-02 11:31:35 +00:00
..
src Change back GQL endpoint for gateway server to /graphql (#39) 2023-11-23 18:04:45 +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 Add an example to query keys for a point (#1) 2025-06-02 11:31:35 +00:00
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