10 lines
289 B
Markdown
10 lines
289 B
Markdown
# gateway-server
|
|
|
|
GQL server to proxy queries to their respective watchers
|
|
|
|
Queries from a watcher are prefixed according to the [watchers.json](./src/watchers.json) file
|
|
|
|
## References
|
|
|
|
- https://github.com/ardatan/schema-stitching/blob/master/examples/combining-local-and-remote-schemas
|