StephanDecker

Results 3 issues of 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...

feature: ext

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...

is: feature request
package: generator

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...

is: bug
package: generator