如何在@nuxtjs/apollo 上设置自定义标题?
on my nuxt.config.js
我有这样的东西
apollo: {
"x-token": "hash",
"x-auth-token": "hash",
"x-refresh-token": "hash",
headers: {
},
clientConfigs: {
default: {
// required
httpEndpoint: "localhost:4000"
}
}
}
谢谢