Benjámin Hajnal

Results 2 comments of Benjámin Hajnal

It seems that currently you have to manage them manually by overdefining prisma's input object types: ```js import { inputObjectType } from "nexus" export const UserCreateInput = inputObjectType({ name: "UserCreateInput",...

I have forked this library as well. It has lots of upgrades and fixes: https://github.com/hajnalben/ra-data-opencrud2. Maybe take a look at it. The API is the same but the implementation has...