GrapQL API
Add a GraphQL API to your Rails app
Used 37 times
B
Benjamin Hargett
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/VwysPq"
Template Source
Review the code before running this template on your machine.
gem "graphql"
run "bundle install"
rails_command "generate graphql:install"