Search code examples
graphqlgraphql-ruby

Real world examples of GraphQL-Ruby APIs to learn from?


What are some of the best real world open source API implementations using Graphql-Ruby?

I came across this articles which signifies 5 examples of Javascript Graphql APIs to learn from. https://dev.to/gethackteam/5-examples-of-javascript-graphql-apis-to-learn-from-31gf

Looking for similar real world & open source API implementations using Graphql-Ruby. Please mention the link if you know one. Thanks.


Solution

  • Gitlab uses GraphQL and their source code is open source, so you can check it out here.

    Besides that, i know that Shopify and Github use GraphQL for their public APIs, but their APIs are not open sourced.

    If you want to do a bit of digging, you could leverage the Dependants part of the Github page for GraphQL-Ruby to check which open source projects are using it.