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",
|
||||
|
||||
// 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 {
|
||||
|
||||
Reference in New Issue
Block a user