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 0166f03 commit aa4c2b0Copy full SHA for aa4c2b0
plugins/apollo.js
@@ -15,7 +15,7 @@ export default defineNuxtPlugin((nuxtApp) => {
15
const config = useRuntimeConfig();
16
17
const httpLink = createHttpLink({
18
- uri: config.graphqlURL,
+ uri: config.public.graphqlURL,
19
});
20
21
const middleware = new ApolloLink((operation, forward) => {
0 commit comments