Does apollo client support transactions? #1088
Unanswered
ClaudiaGiv
asked this question in
Q&A
Replies: 2 comments
-
Put multiple mutations in one |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want to have true transaction with rollbacks then you have to create special mutation on the GraphQL backend server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a nuxtjs app that uses apollo module for graphql communication with FaunaDB.
I want to make multiple mutations in one transaction to FaunaDB. So I don't want to send a different request for every single mutation to FaunaDB, I want to make a single request that contains all the mutations. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions