diff --git a/types/graphql-api-koa/index.d.ts b/types/graphql-api-koa/index.d.ts index 86d52dc7b8..4d74a574a5 100644 --- a/types/graphql-api-koa/index.d.ts +++ b/types/graphql-api-koa/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/jaydenseric/graphql-api-koa#readme // Definitions by: Mike Marcacci // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.4 +// TypeScript Version: 3.3 import { GraphQLSchema } from "graphql"; import { Middleware, ParameterizedContext } from "koa";