Are there any good GraphQL "passthrough" solutions?

This page summarizes the projects mentioned and recommended in the original post on /r/java

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. Hasura

    Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.

    My most recent job used Hasura on top of all of our microservices to turn them all into graphql endpoints. We then had an api gateway with Hasura as well that imported the schemas from all of the microservices - effectively combining all of the backend schemas into a single one that was used by the frontend. If any business logic was required between services then we just used REST endpoints for that.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. graphql-mesh

    🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...

    You might be able to integrate existing API's with https://www.graphql-mesh.com/ but keep in mind this will add latency and you won't get all the full benefits of implementing native graphql services.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Boring on Purpose: Bold Moves in Internal Tooling

    2 projects | dev.to | 26 May 2025
  • The Myth of GraphQL

    1 project | dev.to | 15 Oct 2024
  • Effortless Type-Safe GraphQL SDK Generation with GraphQL SDK Generator

    1 project | dev.to | 1 Sep 2024
  • Hasura CLI on NixOS: A Working Solution

    3 projects | dev.to | 7 Aug 2024
  • Haskell Certification Program

    2 projects | news.ycombinator.com | 29 Jun 2024

Did you know that Haskell is
the 25th most popular programming language
based on number of references?