-
Implementing GraphQL with a ruby backend
-
Hands On from https://www.howtographql.com/graphql-ruby/0-introduction/
Issues Faced -
rails generate graphql:install
gets stuck. Fix.
-
Ruby version -
2.5.1
-
Database creation -
rails db:create
-
Development deployment instructions -
rails server
-
.. more to follow ...