graphql_fun

Part 1 of How to use GraphQL with Ruby on Rails

Stars
11

How to Use GraphQL with Ruby on Rails - Part 1

GraphQL 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