gateway
gateway copied to clipboard
A federated api gateway for graphql services. https://gateway.nautilus.dev/
Gateway works with multiple underlying (implementing) services. To analyze its performance it would be nice to support OpenTracing (https://medium.com/opentracing/towards-turnkey-distributed-tracing-5f4297d1736) this actually can be achieved through middleware but can be tricky...
Hi - I was upgrading my gateway deployment to support file uploads. I've been using MultiOpQueryer as my go to queryer for a while now and ran into the error...
Hello! I've met the error when using inline fragments. ## Description Schema: ```graphql type Cat { id: ID! name: String! } type Dog { id: ID! name: String! } union...
Hi! I am looking for a gateway implementation that supports GraphQL subscriptions. This would mean that the gateway must forward subscription requests to downstream services and also forward a WebSocket...
Currently, schemas of services are introspected on service startup and stored in memory which can lead to the situation when different instances (started in different moments of time in case...
Right now, the merging algorithm assumes that both schemas follow the convention of naming the root query type `Query`. This is an assumption that can lead to confusing outcomes if...
This is a trimmed down copy-pasta of a comment from #99: We're currently returning partial results for federated objects whose required fields cannot be resolved. If you have this (psuedo-code)...
Is it planning for the future to provide an official docker image for this project? I think It would be very convenient.
Follow-up from #64 Authentication is a shared concern where putting some logic in the gateway may be unavoidable. What we mostly want to avoid is every service change requiring changes...