nuxt-modules / apollo

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

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

Closed artm4r closed 7 months ago

artm4r commented 7 months 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