* fix(graphql-server): enhance type safety of RootResolvers and Options
This commit introduces more specific type annotations to the following modules:
* RootResolvers
* Options
Specifically, the same type parameters used in the definition of `Context` class were given to them:
```ts
<E extends Env = any, P extends string = any, I extends Input = {}>
```
* chore: run `changeset`
* feat: Update to Hono v3.0.0
* feat(graphql-server): Update package to v0.3.0
* feat(graphql-server): Get the raw request
* test(graphql-server): Update to Hono v3.0.0
* feat(graphql-server): Run `yarn prerelease`
* docs(graphql-server): Add changeset