-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Use prisma-client #16
Comments
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:
|
|
From the
|
Trying to explore this further I'm coming up against this issue. |
Excellent arguments here. Looking at the issue, allowing |
I've been tinkering with the new prisma-client and think there's huge potential to simplify this project.
The following is a rough (but I think mostly working) implementation of how this would be done. Updates/creates still need to be converted to use
{connect: {}, disconnect: {}, set: {}}
etc.I would love to hear your thoughts!
It would then be used like so:
The text was updated successfully, but these errors were encountered: