We will learn what is GraphQL, what are pros and cons of using it. We will talk about the main concept in GraphQL like schemas, types, queries, mutations and subscriptions.
In the first section we will create plain Django project. This is introduction to Django framework and none previous knowledge is required.
Once the project will be setup we will add GraphQL. In that way you will be able to follow along with either your own Django project or simple project we have created together in the first section. I will explain how to create a root schema and how to create schemas for apps. Also we will implement new Django url to use graphiql: the UI to perform or queries and mutations. Once GraphQL is ready we will add Types, Queries and Mutations. I will show you different ways to write these and explain why we might use one option over another.
After we will have a solid understanding of the GraphQL and how it is connected with Django, we will dive deeper and add some extras like: Token Authentication (JWT), Relay implementations, Filters, Pagination etc.
We will finish the course with the samples how to use our backend GraphQL API with front end applications based on both React and Angular. We will have 2 separate application that will fetch data from our Django Database using our graphql API. We will use apollo library on the front end.
Instructor Details
Courses : 5
Specification: Django with GraphQL
|
15 reviews for Django with GraphQL
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 4 hours |
Year | 2019 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | No |
$29.99 $14.99
Agnes R –
Very informative. Good introduction to GraphQL specification and also well explained how to integrate it with Django.
AHEAD Szymon Wlodarczyk –
It’s a great course as always from Krystian. Showing most important things about GraphQL step by step from the top. Angular and React sections are very nice finalization of the topic.
Daniel Plas Rivera –
I’m happy to see his explanations and refactors and debugs explaining why you would want to use relay after walking you through without it, he goes through other various refactors that really help during this course so you will have a understanding why to use an additional technology instead of telling you to use it.
Fatur Fadh –
well done
Angel Omar Rojas Pacheco –
so good, I liked this course
Ricardo Veronica Duran –
Excelente para iniciar con GraphQL en Python con Django y Graphene
Frank Huff –
Good course for django/python/graphql. would have liked to see a very simple mutation done with either/both React and Angular, and how to implement it into the code base.
Dimitri Hendricks –
Even though this covers the basics of Django Graphene, it’s good enough to understand what you would require over and above to get to what you want your api to do
Andreas –
Content was ok, for a quick introduction. However, concepts could be explained better. I don’t like when things are explained without actually explaining them, or the reason why things are done.
M Atif Zafar –
A great course about Django, Python, and GraphQL. I recommend this course to every Python developer who wants to learn about GraphQL
Kristin Mustacchio –
I was able to get up and running on a production solution immediately after watching these videos. Everything I needed to know is here!
Vlad Danaila –
The course was intuitive, well structured. I was searching for something to get me up to speed with Django and Graphane, and this proved very useful.
Mel Be –
Good
Luis Angel Zacarias Maga a –
Pretty good understanding of graphene, I would like to see how could be implemented the authentication in the frontend
Jayant Kaushik –
The added project requires a readme file to run it without errors.