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!
Change the code below the "# Add the cookie to the response object" part