Flavian Desverne
Flavian Desverne
Hey @MichalLytek and @HosseinAgha 👋, and thanks for providing feedback! > So create a low-level SDK that others can use to create an abstraction on top of that? Just like...
The spec was updated. We added - A diagram to better explain the architecture - A link towards a separate issue that shows an early version of the AST generated...
Hey folks, thanks for reporting this issue! Would one of you have enough time to create a small reproduction so that it helps us fixing it quicker? Thanks 🙏
Hey 👋, I personally still prefer the `create|connect: boolean` approach for two reasons: **1. Consistency** We already use `filtering|ordering|pagination: boolean`, we also use `t.crud.x({ filtering: { someFieldName: true } })`,...
I've spent some time with @Jasonkuhrt refining our proposals in this issue. This new proposal tries to address the problems we found in the original one. #### Glossary **`Operation`**: Refers...
Hey @dantman, Another workaround we've been using is to generate the typegen file in the `node_modules/@types` folder to trick it into thinking that it's a genuine module typing. I remember...
Hey there, Thanks for this issue! You're right about optimistic updates not properly working with reference. However, your suggested fix doesn't work for me. I tried updating the brand of...
I've been thinking about either using gql bindings or prisma client in the past, and I think this wouldn't work/solve much problems for several reasons: - Using `prisma-client` would only...
Excellent arguments here. Looking at the issue, allowing `prisma-client-lib` to run in the browser seems like a trivial job. I might find time to send a PR, and then we'll...
Hey there, That provider is already in your documentation, I just changed the name of repository because `ra-data-prisma` was already taken, but the link is still working. If you look...