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 f2e3c1b commit 20f1e6cCopy full SHA for 20f1e6c
src/graphql/index.ts
@@ -1,4 +1,5 @@
1
-import GraphQL, { GraphQLObjectType, GraphQLSchema } from 'graphql';
+import * as GraphQL from 'graphql';
2
+import { GraphQLObjectType, GraphQLSchema } from 'graphql';
3
import { graphqlHTTP } from 'express-graphql';
4
import queryComplexity, { simpleEstimator, fieldExtensionsEstimator } from 'graphql-query-complexity';
5
import buildObjectType from './schema/buildObjectType';
0 commit comments