azimuth-watcher-ts/packages/gateway-server
Nabarun 48210eed8e Add GQL mutation to mock sponsorship and ownership change events (#4)
Part of https://plan.wireit.in/deepstack/browse/VUL-266/

Co-authored-by: Pranav <jadhavpranav89@gmail.com>
Reviewed-on: LaconicNetwork/azimuth-watcher-ts#4
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-10-24 10:20:05 +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 GQL mutation to mock sponsorship and ownership change events (#4) 2025-10-24 10:20:05 +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