How to create data in database using Prisma? #14644
-
|
Hello I have been attempting to rack my brain around the idea of sending data to my Postgresql database via Prisma. I have a nuxtjs application with Graphql-Yoga, Prisma, and Type-grapqhl running. It allows me to query data but I can't seem to perform any mutations. Does anyone have a article or can provide a guide on how to do this? This is my current code: I should also mention that I don't see any errors in the console (cmd nor Dev Console in the browser) when attempting to submit my form. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Hey @bastianhilton 👋, Does the GraphQL request make it to your server? |
Beta Was this translation helpful? Give feedback.
-
|
I've figured this out, this can be closed. Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, To keep our discussions organized and focused on the most relevant topics, we’re reviewing and tidying up our backlog. As part of this process, we’re closing discussions that have already been marked as answered but remain open. If this discussion still requires further input or clarification, feel free to reopen it or start a new one with updated details. Your contributions are invaluable to the community, and we’re here to help! For more details about our priorities and vision for the future of Prisma ORM, check out our latest blog post: https://www.prisma.io/blog/prisma-orm-manifesto. Thank you for your understanding and ongoing support of the Prisma community! |
Beta Was this translation helpful? Give feedback.
I've figured this out, this can be closed. Thank you.