I’m moving all my non-graphql endpoints to GraphQL using Apollo Server.
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?
I’m moving all my non-graphql endpoints to GraphQL using Apollo Server.
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?