SaaSHub helps you find the best software and product alternatives Learn more →
Graphql Alternatives
Similar projects and alternatives to graphql
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
faker
A library for generating fake data such as names, addresses, and phone numbers. (by faker-ruby)
-
-
-
Slim
Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic. (by slim-template)
-
-
-
Hot Chocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
-
-
-
graphql discussion
graphql reviews and mentions
-
GraphQL vs REST: 18 Claims Fact-Checked with Primary Sources (2026)
For example, Netflix DGS provides @DgsDataLoader annotations in Java, gqlgen documents DataLoader integration for Go, and GraphQL-Ruby has GraphQL::Dataloader built in. Query compilation engines (Hasura, PostGraphile) bypass the need for DataLoader by generating optimized SQL directly.
-
Ruby Solved My Problem
> actually, in some cases, it outperforms C -> https://railsatscale.com/2023-08-29-ruby-outperforms-c/
Bit of a clarification after reading the article - that article demonstrates a pure-Ruby implementation [0] outperforming a C extension [1], which is not what I had originally expected when first clicking on the link.
[0]: https://github.com/tenderlove/tinygql
[1]: https://github.com/rmosolgo/graphql-ruby/tree/master/graphql...
-
Bringing AI Agent Capabilities to Ruby with MCP
I adopted a DSL influenced by Sinatra and graphql-ruby.
-
Rails 7.1 Released
My memory is fuzzy, but...
1. all data flow through the rails app (no pre-signed s3 upload or download links for direct uploading).
2. no support for CDNs (I think newer rails versions added support)
3. blobs and attachments were unnecessary abstractions.
3a. Querying was annoying and easy to add n+1 queries.
3b. Images are moderated and it was unclear where to put the moderation metadata (on blobs? attachments? create a new table? why so many tables?). Accessing the data was annoying (you need extra joins).
4. GraphQL gem didn't support it: https://github.com/rmosolgo/graphql-ruby/issues/1777
-
The GraphQL N+1 Problem and SQL Window Functions
In our Rails application, we use the popular graphql Ruby gem to resolve GraphQL queries. When used naively, it essentially resolves queries as a depth-first tree traversal, which leads to the N+1 problem in GraphQL.
-
Rookie question regarding Active Record and creating an empty array as a class variable
If you're comfortable on the react/client side with graphql, I'd highly recommend plugging in https://graphql-ruby.org/
- Gerenciando Múltiplos Schemas de GraphQL com Ruby on Rails
-
What Would be Your Ideal Ruby Tech Stack
We use GraphQL, and Ruby GraphQL doesn't allow you to stream the result, it buffers it before sending back the request and there are no alternative. See my issue https://github.com/rmosolgo/graphql-ruby/issues/3969 -- Sadly there is only one library for GraphQL in Ruby.
-
A very simple GraphQL tutorial in Ruby
graphql-ruby is a Ruby gem that implements the GraphQL specification and functionalities.
-
GraphQL APIs in Rails
The next step is to add the GraphQL gem to our Gemfile; you can visit its page, graphql-ruby, for more details; now, open your Gemfile and add this line:
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Aug 2026
Stats
rmosolgo/graphql-ruby is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of graphql is Ruby.