Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justalever/graphql_fun

Part 1 of How to use GraphQL with Ruby on Rails
https://github.com/justalever/graphql_fun

graphql rails ruby

Last synced: 28 days ago
JSON representation

Part 1 of How to use GraphQL with Ruby on Rails

Awesome Lists containing this project

README

        

![https://i.imgur.com/VUwShHf.jpg](https://i.imgur.com/VUwShHf.jpg)

# How to Use GraphQL with Ruby on Rails - Part 1

[GraphQL](https://graphql.org/) is a query language for APIs. The query language itself is universal and not tied to any frontend or backend technology. This characteristic makes it a great choice for many frameworks or patterns you or your company might follow.

I'm going to build a basic API using GraphQL. This will only cover backend/api concepts. In the future I plan to add an additional tutorial on implementing a front-end around the same concepts. Look for that soon!

View the full tutorial here: https://web-crunch.com/how-to-use-graphql-with-ruby-on-rails

Part 2: TBD