Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-11-06 | 422 Bytes | |
Version 9.1.3 source code.tar.gz | 2022-11-06 | 71.7 kB | |
Version 9.1.3 source code.zip | 2022-11-06 | 82.2 kB | |
Totals: 3 Items | 154.3 kB | 0 |
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
. - Tweaked formatting in tests.