Skip to content

Version 9.1.3

Latest
Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 06 Nov 23:56

Patch

  • Updated dev dependencies.
  • Simplified the execute middleware using a new private function assertKoaContextRequestGraphQL.
  • 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 1 context.
  • Tweaked formatting in tests.