In our latest update, we’ve made some structural changes by moving our repositories and Docker
images to the newly created github.com/graphql-hive
organization on GitHub.
GitHub Repositories
We’ve moved our main Hive repository from
kamilkisiela/graphql-hive to
graphql-hive/platform. Additionally, the Hive Gateway
has been extracted from ardatan/graphql-mesh and can
now be found at graphql-hive/gateway.
Previously, our repositories were spread across multiple organizations and users. Now you can find all Hive repositories in one place, making it easier to navigate and contribute.
Give us a star on GitHub to show your support and stay up-to-date with the latest changes!
Docker Images
For those using our Docker images, we’ve move them as well.
All images are now available under the
ghcr.io/graphql-hive namespace on GitHub
Container Registry.
Hive (self-hosted)
If you self-host Hive, please update your Docker files to the new image paths:
Hive-flavored version of Apollo Router
Many of you use our customized Apollo Router with Hive-specific features built in.
Hive Gateway
For those using our GraphQL Gateway, be sure to update the image path as well.
The old Docker images remain available but will no longer receive updates.

