What's the best way to support transactions with graphql (using shurcool's golang client)

I moved from DQL to GraphQL. Based on what I read so far, any dgraph client is grpc support transactions. I am using shurcool’s graphql golang client. It does not support transactions directly.
How do I support transactions (mainly for rollback)

TIA

Hey @Rohan_Surana,

Dgraph does not support transactions in GraphQL. See this thread for an earlier proposal on the matter: Transactions in GraphQL - #29 by BenW

1 Like