separate servers for graphql, rest, admin #1916
rogueturnip
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
I think one thing that would have to happen for this to work would the api servers would have to learn the configuration from the administration server. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
As I was setting up things I was thinking it might be very handy if each of the services could be set up as different servers rather than all under the one express app.
This would allow, potentially for putting the containers on different hosts to handle the calling capacities differently or add different authentication permissions.
Optimally could be to expose the graphql schema/resolvers so they could be used inside an Apollo server instance which would allow for serverless setup (AWS lambda).
Beta Was this translation helpful? Give feedback.
All reactions