StephanDecker
StephanDecker
I have the following config entry (see line below efficacy) and would like to apply styles resp. classes (e.g. width) to that particular group (wich will be rendered to a...
It's only a feature request that would tidy up the generated graphql schema for deeply nested prisma models (depending on individual use cases). I am aware of the shield and...
Let's say we have this model. ``` model Example { id String @id @default(uuid()) name String } ``` When looking at the delete operation the generated `input ExampleExtendedWhereUniqueInput` is not...