Patch
- Updated dev dependencies.
- Simplified the
execute
middleware using a new private functionassertKoaContextRequestGraphQL
. - Improved
execute
middleware related types:- The middleware no longer requires the Koa context to have a
request.body
type of[key: string]: unknown
. - Option
override
now has a more accurate type for function argument 1context
.
- The middleware no longer requires the Koa context to have a
- Tweaked formatting in tests.