Can Router works with local routing_url? #4863
michaeldouglasdev
started this conversation in
General
Replies: 1 comment
-
With Apollo Router, subgraphs are always "remote" in the sense that they are on the other side of a network connection. Furthermore if your resolvers are written for Node.js, Apollo Router cannot run them inside of its own process. Consider running Apollo Server or some other GraphQL server separately. It can however be "local" on the same machine, with the URL specified as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use local routing_url with Apollo Router instead of Apollo Gateway?
In my project I have some local subgraphs (local schema and resolvers)
ex:
Beta Was this translation helpful? Give feedback.
All reactions