# @hono/graphql-server ## 0.5.0 ### Minor Changes - [#670](https://github.com/honojs/middleware/pull/670) [`e3eafbc117103ef408f8b242784b53c9ffdb326e`](https://github.com/honojs/middleware/commit/e3eafbc117103ef408f8b242784b53c9ffdb326e) Thanks [@3w36zj6](https://github.com/3w36zj6)! - feat: add GraphiQL support ## 0.4.4 ### Patch Changes - [#667](https://github.com/honojs/middleware/pull/667) [`41ab4b029d225901b7369d88fb29b64f6c217dda`](https://github.com/honojs/middleware/commit/41ab4b029d225901b7369d88fb29b64f6c217dda) Thanks [@3w36zj6](https://github.com/3w36zj6)! - fix: add type to Middleware Handler ## 0.4.3 ### Patch Changes - [#390](https://github.com/honojs/middleware/pull/390) [`c789dab697687249eb3d94068ae8e27f7b5a7e5d`](https://github.com/honojs/middleware/commit/c789dab697687249eb3d94068ae8e27f7b5a7e5d) Thanks [@a-skua](https://github.com/a-skua)! - fix: change peer dependency to support v4.0.0 ## 0.4.2 ### Patch Changes - [#361](https://github.com/honojs/middleware/pull/361) [`2c7b25fc2a89490ac3138b6143f8e71657b49fe8`](https://github.com/honojs/middleware/commit/2c7b25fc2a89490ac3138b6143f8e71657b49fe8) Thanks [@metrue](https://github.com/metrue)! - Fix the context not propagated down to resovlers issue. ## 0.4.1 ### Patch Changes - [#201](https://github.com/honojs/middleware/pull/201) [`989d968`](https://github.com/honojs/middleware/commit/989d96879566a190c58804d01888e8356dbc762c) Thanks [@koralle](https://github.com/koralle)! - add type safety to RootResolvers and Options ## 0.4.0 ### Minor Changes - [#53](https://github.com/honojs/middleware/pull/53) [`ca1a210`](https://github.com/honojs/middleware/commit/ca1a2103a7b2692d05e29c67f891a9a147240efb) Thanks [@lrazovic](https://github.com/lrazovic)! - feat: bump up Hono to version 3.0.0 ## 0.2.0 ### Minor Changes - a05c98d: renamed `@honojs/graphql-server` to `@hono/graphql-server`