How to create nested mutation with hasura v3 #10713
-
I would like to be able to create a nested mutation as explained in the hasura v2 links here Is there any documentation to do it in the v3? |
Beta Was this translation helpful? Give feedback.
Answered by
robertjdominguez
Apr 7, 2025
Replies: 1 comment
-
Hi, @cyril36 — thanks for this question. I think your best option is to reach for a native mutation where you can configure your own SQL to execute the mutation as you see fit. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robertjdominguez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @cyril36 — thanks for this question.
I think your best option is to reach for a native mutation where you can configure your own SQL to execute the mutation as you see fit.