graphql
graphql copied to clipboard
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior 1. Use `nest-cli.json` `compilerOptions.builder.swc:true` `compilerOptions.typeCheck:true` 2. Import `metadata.ts` file in `GraphQLModule`...
Bumps [dset](https://github.com/lukeed/dset) from 3.1.2 to 3.1.4. Release notes Sourced from dset's releases. v3.1.3 Patches Add "types" export conditions for TypeScript "nodenext"/"node16" resolution: #40 Thank you @Akkuma Full Changelog: https://github.com/lukeed/dset/compare/v3.1.2...v3.1.3 Commits...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior If I define an ArgsType: ```ts @ArgsType() class ExampleArgs { @Field(()...