type-graphql
type-graphql copied to clipboard
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
Bumps [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) from 2.6.2 to 2.7.1. Release notes Sourced from @apollo/subgraph's releases. @apollo/subgraph@2.7.1 Patch Changes Updated dependencies [493f5acd16ad92adf99c963659cd40dc5eac1219]: @apollo/federation-internals@2.7.1 @apollo/subgraph@2.7.0 Minor Changes Implement progressive @override functionality (#2911) The progressive @override...
Bumps [@typegoose/typegoose](https://github.com/typegoose/typegoose) from 12.0.0 to 12.1.0. Release notes Sourced from @typegoose/typegoose's releases. v12.1.0 12.1.0 (2024-01-17) Dependencies mongoose: upgrade to 8.1.0 (99b3eca) reflect-metadata: upgrade to 0.2.1 (0cc46a7) Dev-Dependencies @types/jest: upgrade to...
**Describe the Bug** @rateLimit directive does not seem to work (coming from the package graphql-rate-limit-directive) **To Reproduce** Define resolverClasses (including one mutation with @rateLimit), then to build the schema, use...
It might be worth considering, as now Deno should have better interoperability with npm. https://deno.com/blog/v1.31 Maybe examples are enough, maybe we need to abstract some things and release proper package...
### Description Your automatic reaction will be "but we already DO" - however the current setup of this repository, even the setup in PR https://github.com/MichalLytek/type-graphql/pull/1400, has an error. When using...
The GraphQL working group recently upgraded the `@oneOf` directive RFC (https://github.com/graphql/graphql-spec/pull/825) to [RFC 2](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md#stage-2-draft), which states: > GraphQL libraries should implement drafts to provide valuable feedback, though are encouraged not...
**Is your feature request related to a problem? Please describe.** `typegraphql` cannot work, at the moment, on edge function engines, like the one of cloudflare workers or vercel@edge. The only...
**Is your feature request related to a problem? Please describe.** Since my project extensively uses [zod](https://github.com/colinhacks/zod) I want to be able validate `InputType`s and maybe `ObjectType`s too using zod. **Describe...
**Is your feature request related to a problem? Please describe.** I encountered a challenge when I attempted to use type-graphql to generate a schema file with types defined therein and...
**Describe the Bug** Assume you have some type of union or polymorphic object as shown in the example. You may want to have an abstract value which can be set...