We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edd1bd commit 52ed91eCopy full SHA for 52ed91e
modules/server/src/graphqlRoutes.js
@@ -4,7 +4,7 @@ import { Router } from 'express';
4
import expressPlayground from 'graphql-playground-middleware-express';
5
6
import { mergeSchemas } from '@graphql-tools/schema';
7
-import getConfigObject, { ENV_CONFIG, initializeSets } from './config';
+import getConfigObject, { initializeSets } from './config';
8
import { DEBUG_MODE, ENABLE_NETWORK_AGGREGATION, ES_PASS, ES_USER } from './config/constants';
9
import { ConfigProperties } from './config/types';
10
import { addMappingsToTypes, extendFields, fetchMapping } from './mapping';
0 commit comments