Hi!
I'm trying to use the Organize to combine Interactors that have small pieces of business logic, but I cant figure out how to pass data between different contexts.
Using the documentation example for CreateUserContext and CreateVehicleContext, how to pass the new User to the Vehicle Context?
Does it make sense to use a common context for both Interactors?