type-graphql icon indicating copy to clipboard operation
type-graphql copied to clipboard

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

Results 156 type-graphql issues
Sort by recently updated
recently updated
newest added

This PR implements #453 Types transformation utils is a feature that has been on the back burner for a long time. This PR comes with five utils types as: -...

Enhancement :new:
Community :family_man_girl:

**Describe the Bug** We are creating two schemas, 2 initializing 2 apollo servers (`apollo-server-express`), then trying to mount them on two different paths: `/graphql` and `/cci` **To Reproduce** This example...

Bug :bug:
Community :family_man_girl:

Recently, v16 release of `graphql-js` has been published: https://github.com/graphql/graphql-js/releases/tag/v16.0.0 It contains a lot of breaking changes, so TypeGraphQL needs to be upgraded in order to support it. For now, please...

Enhancement :new:

**Describe the issue** The installation guide should add a mention that using `strict` type-checking requires making class properties with a `!` or disabling strict checking for property initialization in classes....

Community :family_man_girl:
Documentation :book:
Discussion :speech_balloon:

Firstly, this feels a bit stupid to be noticing after using type-graphql for 2 years but here it goes... **Describe the issue** [The docs](https://typegraphql.com/docs/validation.html) seemingly made it clear to me...

Community :family_man_girl:
Documentation :book:

**Describe the issue** Typeorm 0.3.0+ has released with many breaking changes for the Typegraphql examples. Notably, all container-related features in Typeorm have been depecreated affecting how TypeDI is used. Also...

Community :family_man_girl:
Documentation :book:

This PR fixes the issue mentioned [here](https://github.com/MichalLytek/type-graphql/issues/1142) with tests as mentioned [here](https://github.com/MichalLytek/type-graphql/issues/1142#issuecomment-997357073). The tests successfully fail when the `startsWith` is replaced back with `includes`. (Edit: The second 'here' is supposed...

Since graphql-utils had updated their package to version 8.0.0, the current docs don't help users to build their resolvers with directives into the new format of graphql-utils. It'll be awesome...

Community :family_man_girl:
Documentation :book:

Hi! 👋 Firstly, thanks for your work on this project! 🙂 We are doing something more complicated, but I tried to boil it down to the essence of the issue...

Community :family_man_girl:
Need More Info :man_shrugging:
Bugfix :bug: :hammer:

Currently only OpenCollective sponsors, not GitHub sponsors (https://github.com/TypeGraphQL) are updated in the README. As there are more sponsors on GitHub (at elast for member tier) and there is not much...

Help Wanted :sos:
Good First Issue :wave:
Community :family_man_girl:
Documentation :book: