diff --git a/src/server.ts b/src/server.ts index ff555af5..4af21dfb 100644 --- a/src/server.ts +++ b/src/server.ts @@ -4,8 +4,8 @@ * */ -import http from 'http'; -import WebSocket from 'ws'; +import * as http from 'http'; +import * as WebSocket from 'ws'; import { GraphQLSchema, ValidationRule,