adamsoffer/next-apollo

Question: Is it possible to forward cookies to the graphql server?

Closed this issue · 0 comments

I'm using a jwt stored in a cookie passed to the server to handle auth. The cookie should be available in the ctx variable but I'm not sure how to make it so that the client forwards the cookie from the client request to the graphql server. Is this possible/can you provide a quick example please?