Matt Wielbut

Results 5 comments of Matt Wielbut

Hi, just wondering if anyone has tried to tackle this yet? I can put together a test case but it's very simple to see in action. I created a single...

Hi @neumino, good point. It's a bad example on my part. The exact situation I'm facing actually deals with filters on multiple fields and has a dynamic component. Suppose you...

Sure, i guess, but they just seem like placeholders then. The `hasMany` for `manager` doesn't actually define the specific criteria to return managers. It still needs the filter in `_apply`...

Like maybe a new `_aliasOf` field that could play off a relationship? So if I define this: ``` Company.hasMany(Employee, "employees", "id", "companyId"); ``` Then this would be pretty cool: ```...

Great, thanks for the suggestions! Will try them out.