docs/react/mutations #1335
Replies: 3 comments 5 replies
-
Hey! Really keen on your library and looking forward to use it in a future projects! Just wondering - what is a best way to send multiple mutations at once? so for example I need to add two entities which are related to each other I can do it in callback which we're passing in useMutation as
Or we can do it something like this
what is a proper way to it? Thanks in advance? |
Beta Was this translation helpful? Give feedback.
-
Hello again! Just want to clarify one thing. Could you explain please - why if we don't read any so for example I have this
mutation is not firing, but if I just add
it's working... quite confusing, because for example sometime we need to update parts that we use in our Thanks! |
Beta Was this translation helpful? Give feedback.
-
Enjoying GQTY very much! Bit confused by mutations still. In my
In the hook consumer component…
Problem: onComplete returns I get that it's a proxy, so how do I wait for the real value? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
docs/react/mutations
a GraphQL client built for rapid iteration.
https://gqty.dev/docs/react/mutations
Beta Was this translation helpful? Give feedback.
All reactions