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
I want to find the categories where (category.title === 'Romance' || category.title === 'Comedy') and get movies where (category.movies.duration >120).
Proposed Solutions
Add filters on related queries.
Additional Information
none
The text was updated successfully, but these errors were encountered:
Motivation
Imagine you have the following schema
I want to find the categories where (category.title === 'Romance' || category.title === 'Comedy') and get movies where (category.movies.duration >120).
Proposed Solutions
Add filters on related queries.
Additional Information
none
The text was updated successfully, but these errors were encountered: