Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justalever/graphql_fun
Part 1 of How to use GraphQL with Ruby on Rails
https://github.com/justalever/graphql_fun
graphql rails ruby
Last synced: 28 days ago
JSON representation
Part 1 of How to use GraphQL with Ruby on Rails
- Host: GitHub
- URL: https://github.com/justalever/graphql_fun
- Owner: justalever
- Created: 2019-11-03T21:38:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:23:54.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:03:35.384Z (about 1 month ago)
- Topics: graphql, rails, ruby
- Language: Ruby
- Homepage: https://web-crunch.com
- Size: 31.3 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![https://i.imgur.com/VUwShHf.jpg](https://i.imgur.com/VUwShHf.jpg)
# How to Use GraphQL with Ruby on Rails - Part 1
[GraphQL](https://graphql.org/) is a query language for APIs. The query language itself is universal and not tied to any frontend or backend technology. This characteristic makes it a great choice for many frameworks or patterns you or your company might follow.
I'm going to build a basic API using GraphQL. This will only cover backend/api concepts. In the future I plan to add an additional tutorial on implementing a front-end around the same concepts. Look for that soon!
View the full tutorial here: https://web-crunch.com/how-to-use-graphql-with-ruby-on-rails
Part 2: TBD