How to create a graphql api gateway? #16329
Unanswered
samuelcastro
asked this question in
Help
Replies: 0 comments
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.
-
Hello folks, I need to create an API route gateway that will wrap up another graphql 3rd party service, one of the reason I'm doing that is to improve security and avoid expose secrets required for the 3rd party service.
The gateway will just hook up the secrets keys and set up a few headers, nothing more.
Do you have any idea how I can implement it?
Beta Was this translation helpful? Give feedback.
All reactions