GrapQL API

Add a GraphQL API to your Rails app
Icons/chart bar
Used 33 times
Created by
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"
Comments

Sign up or Login to leave a comment.