You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that for one-to-many and many-to-many relationships, there's actually two different filters you might want to apply
-- 1) at least one of the related records satisfies the filter; or
Hasura takes a different approach and effectively puts it on the consumer to craft the appropriate query using the existing operators (see here).
I'm partial to the latter, if only because it simplifies implementation, but I can see how the former can make for a clearer API. If the spec adopts the latter approach, we should make sure to document it thoroughly.
See here: aerogear/graphback#1343
The text was updated successfully, but these errors were encountered: