hydra
Search…
hydra
v3
Hydra
Hydra CLI
Hydra Indexer
Hydra Indexer Gateway
Hydra Processor
Hydra Typegen
Overview
Install Hydra
Migration to Hydra v2
What's new in Hydra v3
FAQ
Quickstart
Powered By
GitBook
What's new in Hydra v3
Hydra v3 is already in the works. Here are the main features planned:
Support for filtering by relations
Support for adding relations to variant types
Ordering by multiple fields
Multiple filters in the same query (
AND
and
OR
)
Filters for mapping handlers: specify heights and runtime spec version range
Import all model files from a single library. Instead of the cumbersome
import
{
MyEntity1
}
from
'../generated/graphql-server/my-entity2/my-entity2.model'
import
{
MyEntity2
}
from
'../generated/graphql-server/my-entity2/my-entity2.model'
write
import
{
MyEntity1
,
MyEntity2
}
from
'../generated/graphql-server/model'
Previous
Migration to Hydra v2
Next
FAQ
Last modified
1yr ago
Copy link