Is there any way to cause a redirect using Apollo Server? #6981
Unanswered
giorgosera
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not sure what you mean by that. While Apollo Server does have a simple batteries-including HTTP server (currently the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm moving all my non-graphql endpoints to GraphQL using Apollo.
One of these endpoints requires a server side redirect instead of returning data to the client.
Is there any chance I can do that using Apollo Server?
Beta Was this translation helpful? Give feedback.
All reactions