I am using strawberry graphql and fastapi. I created a token from mutation ,
- how can I store the token in session(backend) and send session id to the cookies.
- how can I retrieve the token from session in graphql query.
I am using strawberry graphql and fastapi. I created a token from mutation ,