DEV Community

Discussion on: Isolating and recycling logic with Mutations

Collapse
 
pauldub profile image
pauldub

You can take a look at github.com/tymate/api-blocks/blob/... for an implementation of Mutation based on dry-rb.

Unfortunately this was built using dry-transaction which is going to be deprecated with the suggestion of using dry-monads directly. I will need to give some thoughts about how to re-implement it :)