Adam Eisenreich
Adam Eisenreich
This workaround is what was recommended to me too by maintainers of Prisma. Also, I would like to point out, that the error is type-check error only and the code...
@0xsven You don't... You have to edit it after every generation... We can only hope this will get fixed...
@jasonkuhrt Would you mind looking into this? It is currently breaking every server build (I had to create bash utility to replace `prisma.SortOrder` to `prisma.Prisma.SortOrder`...) I know that you (as...
This package is basically archivated for now, use this workaround: ``` ts-node -r tsconfig-paths/register --transpile-only ./schema.ts && npx replace-in-file prisma.SortOrder prisma.Prisma.SortOrder **/nexus.generated.ts ``` Rename the file to your file and...
I know it might not be the point, but curiosity killed the cat... Why is the `crud` property on `t` and not on the `objectType` that we want to generate...
@Weakky I would like to ask if there are any plans to support this kind of thing. I need it quite a bit, but I am not sure what to...
@steveschmitt Is this coming I would love to translate my DB from Czech to English names. I would love to use pluralization too. My take on API: ```ts interface SingularAndPlural...
To be closed?
I have read through the thread. I don't have much knowledge of Excel formats, my info is from `README.MD` of this project. Bunch of `XML`... If I missed the problem,...
@papb I would be against it because [hash-obj](https://github.com/sindresorhus/hash-obj) is **node only** library I would suggest using [sort-keys](https://github.com/sindresorhus/sort-keys) and actually the JSON... :/ I could do the PR, but I am...