graphql-modules
graphql-modules copied to clipboard
Enterprise Grade Tooling For Your GraphQL Server
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | final | major | `14` -> `18` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@changesets/apply-release-plan](https://togithub.com/changesets/changesets) | [`5.0.1` -> `5.0.5`](https://renovatebot.com/diffs/npm/@changesets%2fapply-release-plan/5.0.1/5.0.5) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [globby](https://togithub.com/sindresorhus/globby) | [`11.1.0` -> `13.1.2`](https://renovatebot.com/diffs/npm/globby/11.1.0/13.1.2) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mcr.microsoft.com/vscode/devcontainers/javascript-node | final | major | `14` -> `18` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...
**Is your feature request related to a problem? Please describe.** When doing dependency injection in the constructor using an injection token, one has to know the target type of the...
Created a typescript utility type to extract the target (generic) type of an injection token. This allows to write injected dependencies like: - given the following injection token: ```ts const...
**Is your feature request related to a problem? Please describe.** In new version of graphql-modules there is no documentation for how to implement directives with graphql-modules, old version had it...
Examples: - TypeGraphQL - Nexus - ...