-
Notifications
You must be signed in to change notification settings - Fork 43
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
Relation selection and filtering #453
Relation selection and filtering #453
Conversation
Just to clarify - the filtering was already working in most cases, there was just some problem with Test resultsOlympia mappingsTests were performed on branch Joystream/joystream#2547) after updating the dependencies
There was another issue discovered during the tests, probably related to #449:
After commenting out Storage v2 mappings (Joystream/joystream#2547):Testes were performed on branch Joystream/joystream#2582 after updating the dependencies.
|
packages/hydra-cli/src/templates/graphql-server/src/WarthogBaseService.ts.mst
Show resolved
Hide resolved
affects: @joystream/hydra-cli, @joystream/hydra-indexer-gateway
affects: @joystream/hydra-cli
9b33dc6
to
53cc45e
Compare
…dency update affects: @joystream/hydra-cli, @joystream/hydra-indexer-gateway, @joystream/hydra-processor, @joystream/hydra-typegen, sample
Recent PR changes include dependency updates and change from dependency on NPM packages from Update in dependencies caused one weird error in variant filtering test.
The error was resolved by relying on the older |
affects: @joystream/hydra-cli, @joystream/hydra-indexer-gateway
This PR adds a new feature - filtering by properties from related entities (solves #444). Fixes #448. Theoretically, it could also positively affect performance for some queries due to their simplification (assuming the code is correct and they generate the same results).
A significant amount of work related to this PR was done to Warthog's
BaseService
in Joystream/warthog#3 . Changes in Hydra mainly consist of bumpingWarthog
dependency version and simplifying someWarthogBaseService
queries that can now leverage new Warthog's features.