We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69604a commit eb7dc77Copy full SHA for eb7dc77
packages/velog-server/src/common/plugins/global/mercuriusPlugin.ts
@@ -12,7 +12,7 @@ const mercuriusPlugin: FastifyPluginAsync = async (fastify) => {
12
logLevel: 'error',
13
schema,
14
resolvers: resolvers,
15
- graphiql: ENV.appEnv !== 'production',
+ graphiql: ENV.dockerEnv !== 'production',
16
context: (request, reply): GraphQLContext => {
17
return {
18
request,
0 commit comments