-
Notifications
You must be signed in to change notification settings - Fork 349
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
[MySQL Handler] Support upsert mutation #4002
Comments
Would you create a PR for this change? |
Thank you for your comment, I will try it. |
Hi, I found a bug in mysql-utilities, so I will create a PR after tshemsedinov/node-mysql-utilities#64 merged. |
Closed
Closed
This was referenced Apr 30, 2024
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I want to use GraphQL Mesh and MySQL like Hasura + PostgreSQL. When I want to upsert row data, I have to exec multiple mutation or combine select query.
Describe the solution you'd like
In GraphQL Mesh, you use mysql-utilities which has sdk for upsert SQL. So I suggest how about support upsert like other mutations and queries.
Describe alternatives you've considered
Alternative method is multiple calls from client-side or implement self made handlers.
The text was updated successfully, but these errors were encountered: