Introduction
This is a graphql-ruby CRUD tutorial.
What you will learn ?
- How to make CRUD app by using graphql-ruby
Why CRUD ?
- Almost all rails programmers have experience of making CRUD application.
- I don't like tricky tutorial
- some tutorial like TODO app is not enough for me
- If you need specific feature, then read the official docs
What is a good point of this tutorial ?
- Simple CRUD tutorial (User and Post model)
- This is a tutorial based on official docs