-
It would be useful if there would be a way to map certain primitive field scalars from certain types of the prisma schema to custom graphql scalars for example with [graphql-scalars](https://github.co…
-
-
Im trying to use an InputType created with an InputTypeComposer that looks like -
```
let uploadFileInputType = schemaComposer.createInputTC({
name: "UploadFileInput",
fields: {
f…
-
## Introduction words
TypeGraphQL was created mainly to reduce the duplication in declaring GraphQL schema types and TypeScript types by synchronizing them in one source of truth using decorators a…
-
**Describe the Bug**
I've had this issue on multiple servers with different providers where I can't generate on server due to memory issue.
I've solved this before by copying generated files from no…
-
### ゴール
- GraphQLのアプリケーションを実装する場合どういう方法があるか調査してまとめる
-
## Describe what you need | want
Typegoose requires a shim for the reflect metadata API but does not need to require `reflect-metadata` (which is old and heavy) specifically. There are alternat…
-
Does *auto-relay* ignore *typeorm*'s auth checkers? I can't get `@Authorized()` to work on a `@RelayedConnection()` field, it is simply ignored...
-
The main problem here is `type-graphql` is still using GraphQL v15. So there is no guaranteed way for us to migrate to GraphQL 16 without some potential breaking changes.
This issue is just here t…
-
**Describe the Bug**
With the new prisma 5 version the type produced by code generation is wrong for the `cursor` type.
This only happens with cursor, not the other properties. In the image below `F…