-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hydra-cli): optimized implementation of interface queries (#415)
affects: @dzlzv/hydra-cli feat(hydra-cli): extract orderBy methods in WarthogBaseService affects: @dzlzv/hydra-cli feat(hydra-cli): optimized implementation of interfaces fetching affects: @dzlzv/hydra-cli fully reworked implementation of the interfaces service with minimal dependency on the code generation. First, IDs are fetched from a union of each implementation table satisfying the filter, and, afterward, each table is queried separately by those IDs. fix(hydra-cli): add TYPEORM_LOGGING option to the graphql-server affects: @dzlzv/hydra-cli test(hydra-e2e-test): add e2e tests for interface queries affects: hydra-e2e-tests Co-authored-by: metmirr <metmirr@gmail.com> chore: remove README generation on version affects: @dzlzv/hydra-cli, @dzlzv/hydra-typegen
- Loading branch information
Showing
29 changed files
with
642 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.