vadimtsushko / objectory

Unsupported: Objectory - object document mapper for server-side and client side Dart applications
MIT License
55 stars 12 forks source link

Add an "exclude" parameter to fetchLinks() #37

Open kaisellgren opened 11 years ago

kaisellgren commented 11 years ago

It would be fantastic if we could have something like:

$Foo.fetchLinks(exclude: ['bar'])

And it would fetch all links as normal except for the ones specified.