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 {