hiku
hiku copied to clipboard
Library to write servers for GraphQL-like query languages
Implement and process class-based graph components. Old and new apis have to coexist to enable gradual migration. - [ ] `field` as a function returning field context. - [ ]...
Add examples to docs - https://opensource.expediagroup.com/graphql-kotlin/docs/schema-generator/federation/federated-directives/ - https://www.apollographql.com/docs/federation/federated-types/federated-directives/
aiopg does not compatible with sqlalchemy >= 1.4. Error occurs when we pass into `select` same field twice: ```python File "/Users/max/code/evo/hiku/__pypackages__/3.11/lib/aiopg/sa/result.py", line 252, in __init__ self._init_metadata() File "/Users/max/code/evo/hiku/__pypackages__/3.11/lib/aiopg/sa/result.py", line 304,...
This fix aims to improve subquery fields tracking. ### Problem Let's consider case when several fields are resolved using same subgraph. In this case both fields will have the same...