Nested where filter, how to not include empty
The following almost works
I get only those productionItems with itemStage of particular crew_id, but I also get those with no itemStage's so query result has
I get only those productionItems with itemStage of particular crew_id, but I also get those with no itemStage's so query result has
itemStages: []. How do I only include if crew_id equal and productionItem has itemStage