A complete ecosystem covering all your dev and production needs.
Full Apollo Federation Support. Drop-in replacement for Apollo GraphOS (Apollo Studio)
Use tools of your choice — either dive into our full GraphQL ecosystem, or build your own stack, connecting GraphQL federation, Hive Gateway, GraphQL Mesh and more.
Learn how to migrate from Apollo and keep your GraphQL stack vendor-unlocked.
Check the subgraph schema against the Hive registry before deployment to ensure integrity. After deploying a new subgraph version, publish its schema to Hive, to generate the supergraph used by Gateway.Hive Gateway pulls the composite schema / supergraph from the Hive schema registry that gives it all the information about the subgraphs and available data to serve to the outside world.
Accelerate feature improvements and experiments, by seamless decoupling of backend and frontend environments.
Network efficiency
Minimize unnecessary network calls that hinder your application's speed. Use GraphQL to enhance responsiveness and scales these benefits across your enterprise.
Optimized data retrieval
Streamline communication between frontend and backend by enabling precise data selection, reducing unnecessary payloads and simplifying API interactions.
Our migration from Apollo to Hive was incredibly straightforward. In less than a month, we had about 20 services running on Hive in production. The process was smooth, and the Hive team's friendly demeanor made it even more pleasant. Although we haven't needed direct assistance with our implementation, their openness to feedback and generally nice attitude has fostered a sense of collaboration and partnership.
We use GraphQL Hive as schema registry and monitoring tool. As a schema registry, we can publish GraphQL Schema with decoupled any application code. As a monitoring tool, we can find useful metrics. For example operation latency, usage of deprecated field. The great thing about GraphQL Hive is that it is easy to use, we have already integrated many tools like Slack or Github.
Hive enables Wealthsimple to build flexible and resilient GraphQL APIs. The GitHub integration provides feedback in a format developers are familiar with and conditional breaking changes enable us to focus our discussion on schema design rather than maintenance. Hive empowers us to confidently evolve our schemas by ensuring seamless API updates, detecting potential breaking changes, and guiding developers.
Contrary to most, we believe in long-term sight, not temporary growth. We believe in extreme quality, not scrappy pivots. We believe in open, not locked. We fight for a world where software liberates, not confines — ensuring technology serves, not subjugates.
I was playing around with
@strapijs's GraphQL API & got an error I'd never seen
According to @apollographql - heuristic queries are a thing?
Shoutout to @TheGuildDev 🧙🏿♂️for building GraphQL CodeGen, it's literally magic 🪄
Lost? I explain it all here
@TheGuildDev gave me a demo of GraphQL Hive as part of my research on GraphQL observability with Prisma
It's an immensely useful tool:
- Performance metrics 📈
- Schema registry to track schema changes 🛠
- GraphQL observability
Can't wait to try it 🤩
graphql-hive.com
@thewritingdev
GraphQL Yoga by @TheGuildDev is THE way to start new GraphQL projects now.
Especially since other similar projects are going the closed-source route, Yoga is the current champion of true Open Source.
It's a batteries-included, cross-platform, and runs anywhere!!
@NicolasKa3
Just contributed to @TheGuildDev by fixing a bug in the GraphQL TypeScript types generator. It's not much but it feels very good to give back 🥳
@michlbrmly
@TheGuildDev Just updated a project from angular-apollo v1.5 -> v2. Really impressed with the use of schematics to automatically update Apollo Client, import paths etc. Nice work!
@scottbolinger
Having fully typed API data is pretty awesome, thanks to urql and graphql-codegen
Super excited about GraphQL Tools' overhaul! Amazing work @TheGuildDev 👏
@achrafash_
Yoga 2.0 makes it dead simple to build a GraphQL API in NextJS!!
and no need to put any everywhere to make it work lol
ty @TheGuildDev 🙏
@whereischarly
Sooo, I'm on a good way for spotify-graphql@2.0.0 that will cover all endpoints of
@Spotify API (queries + mutations) 🤓
Thanks to the combination of my functional-json-schema lib and GraphQL Mesh (@TheGuildDev), it's now so much easier to maintain ✨