Replies: 1 comment 1 reply
-
Hey @proalaa, did you find a way to do this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Here
I'm working on a nuxt 3 project and I use nuxt/apollo to consume backend graphql api
I need to set
authorization
andcart-session-id
in header to be able to get data from serverthey both retrieved from server after login process
and I was able to set the
authorization
successfully through onLogin helperbut I find no way to set the
cart-session-id
your help is highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions