Add Headers in Ariadne GraphQL Response

Viewed 132

I am using ariadne to make a graphql server using python.

I want to add headers to the response like Set-Cookie for setting a cookie.

Is there a way to do so? If not is there a way to set a cooke in ariadne.

I am using React as frontend.

Please help. Thanks!

0 Answers
Related