Version 15.0.2
Patch
- Updated dev dependencies.
- Corrected the TypeScript type for the Koa context
ctx
parameter for the Koa middleware created by the functiongraphqlUploadKoa
, fromimport("koa").Context
toimport("koa").ParameterizedContext
.
ctx
parameter for the Koa middleware created by the function graphqlUploadKoa
, from import("koa").Context
to import("koa").ParameterizedContext
.