chore: Update @lewebsimple/nuxt-graphql
This commit is contained in:
@@ -44,12 +44,12 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
graphql: {
|
||||
yoga: {
|
||||
server: {
|
||||
context: ["~~/server/graphql/context"],
|
||||
schemas: {
|
||||
schema: {
|
||||
wp: {
|
||||
type: "remote",
|
||||
url: `${process.env.NUXT_WP_URL || "https://wp-headless.ledevsimple.ca"}/graphql`,
|
||||
endpoint: `${process.env.NUXT_WP_URL || "https://wp-headless.ledevsimple.ca"}/graphql`,
|
||||
hooks: ["~~/server/graphql/wp-hooks"],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user