8000 [engine] Distinguish $joinRelated / $fetchRelated · Issue #355 · locokit/locokit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[engine] Distinguish $joinRelated / $fetchRelated #355

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

Open
mdartic opened this issue Apr 16, 2025 · 1 comment · Fixed by #356
Open

[engine] Distinguish $joinRelated / $fetchRelated #355

mdartic opened this issue Apr 16, 2025 · 1 comment · Fixed by #356
Assignees
Labels
Back-End Related to Backend development
Milestone

Comments

@mdartic
Copy link
Member
mdartic commented Apr 16, 2025

To avoid fetch of related records, add a new keyword $fetchRelated for the engine package.

@mdartic mdartic moved this to In Progress in LocoKit Board Apr 16, 2025
@mdartic mdartic self-assigned this Apr 16, 2025
@mdartic mdartic added this to the 1.0.0-next milestone Apr 16, 2025
@mdartic mdartic added the Back-End Related to Backend development label Apr 16, 2025
@mdartic mdartic linked a pull request Apr 29, 2025 that will close this issue
@mdartic
Copy link
Member Author
mdartic commented May 15, 2025

Implementation for the engine now uses $fetch for fetching data of related records, and $join to only filter without retrieving related data.

mdartic added a commit that referenced this issue May 15, 2025
Implement both `$join` and `$fetch` for `engine` package, allowing filters without retrieving related data (`$join`) or by retrieving related data (`$fetch`)
@mdartic mdartic moved this from In Progress to To be released in LocoKit Board May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back-End Related to Backend development
Projects
Status: To be released
Development

Successfully merging a pull request may close this issue.

1 participant
0