Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose findByQuery methods in public API of all modules #1022

Closed
TimoGlastra opened this issue Sep 9, 2022 · 0 comments · Fixed by #1044
Closed

Expose findByQuery methods in public API of all modules #1022

TimoGlastra opened this issue Sep 9, 2022 · 0 comments · Fixed by #1044

Comments

@TimoGlastra
Copy link
Contributor

We want to expose some of the repository methods to the public api to allow better querying/updating support without needing to inject internal dependneices. A lot of modules already expose some repository methods (getAll, findById, etc..), but we should look to extend this.

This issue focuses on the findByQuery method, we should add it to all modules that expose a getAll method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant