GraphQL Performance Testing (Part 3): Up and Running with Rails GraphQL
Now that our Rails models are in order we can finally get to creating our first GraphQL API. Step 1: Set up the gem graphql-ruby has great documentation for doing setup. this is a summary 1. Generate the installation $ rails g graphql:install 2. Generate our models $ rails g graphql: