We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d9239 commit bdb514cCopy full SHA for bdb514c
packages/docs/advance/nuxt-custom-integration.md
@@ -44,6 +44,7 @@ Create a plugin at `app/plugins/apollo.ts` to adjust the client at runtime:
44
```ts
45
export default defineNuxtPlugin(() => {
46
const { client } = useApolloClient()
47
+ const runtimeConfig = useRuntimeConfig()
48
const access = useCookie('accessToken')
49
50
const httpLink = new HttpLink({
0 commit comments