-
### Bug description
https://www.prisma.io/docs/concepts/components/prisma-client/advanced-type-safety#importing-generated-types
![image](https://user-images.githubusercontent.com/1094804/130087976…
-
### Bug description
I've got a Data Structure which is recursive. I'm creating an entity `A1` of `TypeA` which creates sub entities of `TypeA` or `TybeB`, through the tree the sub entities share a …
-
zenstack already provides amazing typesafe auto-generated hooks with react query or swr. but sometimes we simply need the raw fetch call used behind these hooks. in my case, i need to call fetch insid…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## Bug summary
Error
``` require() of ES Module /home/.../app/node_modules/d3-scale/src/index.js from /home/../app/node_modules/@shopify/polaris-viz-core/build/cjs/utilities/createGradient.js not su…
-
### Bug description
When using the `Prisma.Args` utility to retrive the input types of a given operation on an extended client, and destructuring the object typed with `Prisma.Args` leads to a TypeSc…
-
Hello,
Sorry for creating an issue but there are no discussions.
My question is why is passing `errorFn` mandatory? In 99% of cases i just type `e => e` because there's no need to create my own …
-
### Bug description
**Summary:** When attempting to create a `Post` with a nested `PostDetail` using Prisma Client and MongoDB, the `Post` is created successfully, but the associated `PostDetail`…
-
### Discussed in https://github.com/prisma/prisma/discussions/20555
Originally posted by **IzioDev** August 4, 2023
### Question
How to benefit from `SelectSubset` utility type to correctl…
-
## Description
When plugging external data-sources into your GraphQL API, it might become fairly cumbersome to convert/map all the TS types of that datasource to actual Nexus GraphQL types.
## I…