nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
956 stars 198 forks source link

Is there a way to get graphQL response headers? #566

Closed artm4r closed 1 year ago

artm4r commented 1 year ago

Your use case

I need to get sessionId from API response and then work with it. But after few hours of searching in internet I still can't fing any solution=(

The solution you'd like

Some way to access response headers in queries/mutations

Possible alternatives

No response

Additional information

No response