Rails GraphQL Beginner Tutorial - Part 1

Goal This article is the first post of rails GraphQL beginner serial, I'm going to create a demo to show how to use GraphQL in Rails by querying book records in DB. First of all, let's list all the thing we need to know about the following steps. The graphql gem. A table named books. ID NAME