Content Deep Dive
Turn your Ruby on Rails REST API to GraphQL using Hasura Actions
Blog post from Hasura
Post Details
Company
Date Published
Author
Marion
Word Count
1,599
Language
English
Hacker News Points
-
Summary
This tutorial guides developers on how to convert a Ruby on Rails REST API to GraphQL using Hasura Actions. It covers creating a Hasura Cloud project, setting up the action, generating code for the Ruby on Rails server, adding business logic, running the action, and testing the new endpoint. The post also discusses connecting to a database from inside Rails, permissions & relationships, handling existing REST API endpoints, and deploying a Ruby API.