This workshop aims to introduce the participant to learn the basic concepts of GraphQL and how to use this standard in Ruby.
I will teach you important concepts to understand GraphQL and meanwhile, we are going to be building an API using it. This API will be built on top of Ruby on Rails and graphql-ruby which is the most famous implementation of GraphQL in Ruby.
In this repository, you can find the expected result you might finish with by following the steps defined in the wiki of this repository.
- Experience in building APIs using Ruby on Rails and REST, not mandatory but will help to understand better the advantages and disadvantages of using GraphQL.
- It is recommended to know the basic concepts of GraphQL.
In this workshop, you will implement the backend for a blogging application:
- Show a list of blogs
- Authentication system
- Users can create blogs
This workshop contains the following sections: