graphql

Ruby implementation of GraphQL (by rmosolgo)

Graphql Alternatives

Similar projects and alternatives to graphql

  1. go

    2,434 graphql VS go

    The Go programming language

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Express

    817 graphql VS Express

    Fast, unopinionated, minimalist web framework for node.

  4. Ruby on Rails

    Ruby on Rails

  5. SWR

    266 graphql VS SWR

    React Hooks for Data Fetching

  6. rubygems

    Library packaging and distribution for Ruby.

  7. foundation

    GraphQL Foundation Charter and Legal Documents (by graphql)

  8. ruby

    217 graphql VS ruby

    The Ruby Programming Language

  9. django-rest-framework

    Web APIs for Django. 🎸

  10. Sidekiq

    104 graphql VS Sidekiq

    Simple, efficient background processing for Ruby

  11. react-relay

    Relay is a JavaScript framework for building data-driven React applications.

  12. faker

    47 graphql VS faker

    A library for generating fake data such as names, addresses, and phone numbers. (by faker-ruby)

  13. graphiql

    45 graphql VS graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  14. docker-rails-example

    A production ready example Rails app that's using Docker and Docker Compose.

  15. Slim

    32 graphql VS Slim

    Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic. (by slim-template)

  16. HHVM

    29 graphql VS HHVM

    A virtual machine for executing programs written in Hack.

  17. Grape

    12 graphql VS Grape

    An opinionated framework for creating REST-like APIs in Ruby.

  18. 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.

  19. AppSignal

    🟥 AppSignal for Ruby gem

  20. Fast JSON API

    No Longer Maintained - A lightning fast JSON:API serializer for Ruby Objects.

  21. packaging

    8 graphql VS packaging

    Core utilities for Python packages

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better graphql alternative or higher similarity.

graphql discussion

Log in or Post with

graphql reviews and mentions

Posts with mentions or reviews of graphql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-04-17.
  • GraphQL vs REST: 18 Claims Fact-Checked with Primary Sources (2026)
    14 projects | dev.to | 17 Apr 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
    11 projects | news.ycombinator.com | 7 Nov 2025
    > 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
    4 projects | dev.to | 14 Feb 2025
    I adopted a DSL influenced by Sinatra and graphql-ruby.
  • Rails 7.1 Released
    8 projects | news.ycombinator.com | 5 Oct 2023
    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
    3 projects | dev.to | 7 Oct 2022
    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
    1 project | /r/ruby | 9 Aug 2022
    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
    2 projects | dev.to | 22 May 2022
  • What Would be Your Ideal Ruby Tech Stack
    3 projects | /r/ruby | 4 May 2022
    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
    2 projects | dev.to | 3 Mar 2022
    graphql-ruby is a Ruby gem that implements the GraphQL specification and functionalities.
  • GraphQL APIs in Rails
    3 projects | dev.to | 18 Feb 2022
    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
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic graphql repo stats
24
5,446
9.8
6 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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