Guest User

Untitled

a guest
Jan 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. patch-package
  2. --- a/node_modules/apollo-server-core/dist/types.d.ts
  3. +++ b/node_modules/apollo-server-core/dist/types.d.ts
  4. @@ -1,7 +1,7 @@
  5. import { GraphQLSchema, DocumentNode } from 'graphql';
  6. import { SchemaDirectiveVisitor, IResolvers, IMocks } from 'graphql-tools';
  7. import { ConnectionContext } from 'subscriptions-transport-ws';
  8. -import WebSocket from 'ws';
  9. +import * as WebSocket from 'ws';
  10. import { GraphQLExtension } from 'graphql-extensions';
  11. export { GraphQLExtension } from 'graphql-extensions';
  12. import { EngineReportingOptions } from 'apollo-engine-reporting';
Add Comment
Please, Sign In to add comment