fix: revises graphql import syntax
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import GraphQL, { GraphQLObjectType, GraphQLSchema } from 'graphql';
|
||||
import * as GraphQL from 'graphql';
|
||||
import { GraphQLObjectType, GraphQLSchema } from 'graphql';
|
||||
import { graphqlHTTP } from 'express-graphql';
|
||||
import queryComplexity, { simpleEstimator, fieldExtensionsEstimator } from 'graphql-query-complexity';
|
||||
import buildObjectType from './schema/buildObjectType';
|
||||
|
||||
Reference in New Issue
Block a user