Closed naremloa closed 9 months ago
"@nuxtjs/apollo": "5.0.0-alpha.8"
I tried to set the authType for the specified client. like this
// nuxt.config.ts { apollo: { clients: { default: { authType: 'Bearer', authHeader: 'Authorization', tokenStorage: 'cookie', tokenName: 'apollo:default.token', httpEndpoint: ... }, }, }, }
But the final setting I checked is null.
It should be the value what i set in the config file
No response
Environment
"@nuxtjs/apollo": "5.0.0-alpha.8"
Describe the bug
I tried to set the authType for the specified client. like this
But the final setting I checked is null.
Expected behaviour
It should be the value what i set in the config file
Reproduction
No response
Additional context
No response
Logs
No response