Creating an effectful filter to access and validate properties in a `Schema.Class` involves using...
Given
Sample:
Now relevantDate isn't just supposed to be checked based on after the current date, but also before another date derived from the
Schema.Classhow do I create an effectful filter, that can access "all" the properties?Sample:
Now relevantDate isn't just supposed to be checked based on after the current date, but also before another date derived from the
someId. How would I best go about that?