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