Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Use multiple query condition after join #954

Open
bahramee opened this issue Mar 7, 2021 · 0 comments
Open

Use multiple query condition after join #954

bahramee opened this issue Mar 7, 2021 · 0 comments

Comments

@bahramee
Copy link

bahramee commented Mar 7, 2021

i want use another where condition on card. can i do that in this situation ?

final cardQuery = Query<User>(context)
      ..join(set: (u) => u.card)
          .where((x) => x.product)
          .identifiedBy(productId);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant