Milad
Results
2
issues of
Milad
i want use another where condition on card. can i do that in this situation ? ``` final cardQuery = Query(context) ..join(set: (u) => u.card) .where((x) => x.product) .identifiedBy(productId); ```
hello i have a usecase with this details: a query on "User"s wich every users have many cards wich used by user. question is here: how can i sort user...