Open yaquawa opened 1 year ago
I want to add some additional ApolloLinks to the client.
nuxt.config.ts
export default defineNuxtConfig({ modules: ['@nuxtjs/apollo'], apollo: { clients: { default: { httpEndpoint: 'https://api.spacex.land/graphql', links: [ // ApolloLink instances] }, }, }, })
No response
+1
Your use case
I want to add some additional ApolloLinks to the client.
The solution you'd like
nuxt.config.ts
Possible alternatives
No response
Additional information
No response