* 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` |
||
---|---|---|
.. | ||
README.md | ||
config.json | ||
old-readers-complain.md |
README.md
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli
, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation