hydra
hydra copied to clipboard
A Substrate indexing framework
This issue happened in SQL query with "union". The subqueries didn't contain orderby tags inside it, so it happened. https://discord.com/channels/811216481340751934/812344874099277824/1026519654006542427 https://github.com/Joystream/pioneer/issues/3125 so i added orderby to each SQL query
**Filtering by related entity id** As pointed out by @jodator, there is an inconsitency between the output schema and what is actually supported when it comes to relationship filtering. For...
**The problem** Pioneer v2 (https://github.com/Joystream/pioneer) needs to be able to query groups of events (including multiple different types of entities) for the purpose of displaying latest activity and notifications on...
# Background Sometimes we want some API feature which either is not present, or is too slow, and we have to either make complex changes to Hydra to accomodate some...
affects: @joystream/hydra-cli, @joystream/hydra-e2e-tests this lays out a ground work for #438 Solution 1. This commit adds support for primitive fields on subclasses and adds an e2e-test for it. In particular,...
Sometimes we encounter a hardly spotted bug in the mappings when we rely on some relation being loaded that is actually not loaded. ``` // invalid case const video =...
During the development of Olympia council mappings, I encountered another problem(s) with variants that might or might not be related to known problems https://github.com/Joystream/hydra/issues/396 or https://github.com/Joystream/hydra/issues/444. Assuming schema: ``` #...
# Background As already explained in the background section here https://github.com/Joystream/joystream/issues/554 We have a problem domain which has algebraic types all over the place, and it would be a big...
# Background This issue describes what is meant by query infrastructure, and also why its needed https://github.com/Joystream/joystream/issues/17 Ignore the proposal itself. # Goal Develop a software framework for making query...
# The Graph Here is a summary of my understanding of The Graph, please correct any possible misunderstandings on my part: The Graph is - a standard for specifying a...