chore: Update @lewebsimple/nuxt-graphql

This commit is contained in:
2026-01-26 09:29:12 -05:00
parent 108269e3fe
commit 9cd99c36db
3 changed files with 836 additions and 672 deletions

View File

@@ -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"],
},
},