From 4941fde33331a6f268cb10dbb6777d1b4f81d3a7 Mon Sep 17 00:00:00 2001 From: Lucid Date: Thu, 18 Dec 2025 14:24:59 -0500 Subject: [PATCH] debugging --- src/app/api/graphql/route.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/api/graphql/route.ts b/src/app/api/graphql/route.ts index 384c403..22ff7a7 100644 --- a/src/app/api/graphql/route.ts +++ b/src/app/api/graphql/route.ts @@ -59,10 +59,10 @@ const { handleRequest } = createYoga({ graphqlEndpoint: "/api/graphql", // Yoga needs to know how to create a valid Next response - fetchAPI: { Response }, + fetchAPI: { Response } - plugins: [useApiKey(), EnvelopArmorPlugin()], - graphiql: environment !== "production" ? true : false + // plugins: [useApiKey(), EnvelopArmorPlugin()], + // graphiql: environment !== "production" ? true : false }); export {