-
**Describe the Bug**
I have a prisma.schema with 202 tables, when running `npx prisma generate` I get the message: Error: EMFILE: too many open files. I then modified the schema to have 153 tables t…
-
The SDL and service generators are awesome! But they do not include nested relation creating/updating/deleting and etc.
Prisma provides manipulating nested relations with create, createMany, upser…
-
**Describe the Bug**
I have a model with a required property that should be initialized when the object is created.
To achieve this, we omit the field from the model and set the value in a resolver …
-
### Bug description
I'm attempting to use `rejectOnNotFound` to return an Error when `findUnique()` doesn't return an instance for a given model. My understanding is that `rejectOnNotFound` is concer…
-
Hi @benawad! I appreciate your work on this project 😉
I would like to suggest using a more TypeScriptish way of creating a GraphQL server, where all your GraphQL types live with your code, not as …
-
Functionless should support 100% native typescript AppSync/GraphQL generation
Inspired by
* https://typegraphql.com/'s API.
* CDK Code First AppSync - https://docs.aws.amazon.com/cdk/api/v1/docs…
-
this system should be easily extendable to all queries
-
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#s…
-
이름
김폴빈
Fact (사실) : 주요 사건에서 내가 취한 행동을 객관적으로 서술한다
typegraphql 이 너무 어려워 제작자를 찾아갔다.
Feeling (느낌) : 그때 느꼈던 기분을 간략히 정리한다
:p (메롱이모지) 와 함께 unknown 타입을 쓰지말라고 놀림받았다.
또한, grpahqljson type 을 필드값으로 리턴…
-
**Is your feature request related to a problem? Please describe.**
Take a model like:
```prisma
model Person {
id String @id @default(cuid())
email String
firstname String…