Course Information
Course Overview
Learn to use GraphQL in a Rails app to talk to your front-end clients. Updated in 2022!
Content updated in 2022 to reflect latest versions of Ruby, Rails and GraphQL!
This course teaches the basics of using GraphQL in a Rails application. GraphQL is a query language invented by Facebook in 2012, and made open source in 2015. While it has certain clear advantages over REST, it also has a somewhat steeper learning curve.
Structured in a simple and accessible manner, these lectures will help you get on your way to using GraphQL to circulate data between back-end and front-end applications.
In the first section we will learn about reading data. The second section will be focused on changing data, and the slightly more advanced third section is about protecting data, using techniques both implemented in the GraphQL library or suggested by myself.
GraphQL has a number of features that make it an advantageous change for REST adopters, like the ability to only get what you ask for, or having instant API documentation available after every change. After completing this course, you'll be in a position to implement GraphQL in a new or existing Rails application with basic features all the way up to authorisation and access control. This should definitely get you started on your way!
Course Content
- 5 section(s)
- 32 lecture(s)
- Section 1 Introduction
- Section 2 Reading Data
- Section 3 Changing Data
- Section 4 Authentication, Authorisation, and Access Control
- Section 5 Conclusion
What You’ll Learn
- Use GraphQL to communicate between back-end and front-end, including authentication.
Skills covered in this course
Reviews
-
LLisa Wang
Can’t see the code. The font size is too small to see on mobile.
-
KKonstantinos Kolyvas
Explained simply, with short examples on each point
-
AAnastasiia Kisiohlova
Really enjoyed this course — it was super clear, well organized, and easy to follow. Great intro to GraphQL in a Rails setup!
-
JJames Groves
Great introduction. Would love to see some more advanced topics like pagination or rate limiting included.