diff --git a/src/index.ts b/src/index.ts index 4424ba6..5f97d9f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import * as Sentry from '@sentry/node' -import { IMiddlewareFunction } from 'graphql-middleware/dist/types' +import { IMiddlewareFunction } from 'graphql-middleware' export type ExceptionScope = ( scope: Sentry.Scope,