debugging
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m49s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m49s
This commit is contained in:
@@ -59,10 +59,10 @@ const { handleRequest } = createYoga<NextContext>({
|
|||||||
graphqlEndpoint: "/api/graphql",
|
graphqlEndpoint: "/api/graphql",
|
||||||
|
|
||||||
// Yoga needs to know how to create a valid Next response
|
// Yoga needs to know how to create a valid Next response
|
||||||
fetchAPI: { Response },
|
fetchAPI: { Response }
|
||||||
|
|
||||||
plugins: [useApiKey(), EnvelopArmorPlugin()],
|
// plugins: [useApiKey(), EnvelopArmorPlugin()],
|
||||||
graphiql: environment !== "production" ? true : false
|
// graphiql: environment !== "production" ? true : false
|
||||||
});
|
});
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
Reference in New Issue
Block a user