We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Introduction to Django and GraphQL

Formal Metadata

Title
Introduction to Django and GraphQL
Title of Series
Number of Parts
50
Author
Contributors
License
CC Attribution - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
GraphQL has grown a lot overtime, but it seems to still be a new “thing” in the Python and Django World. This talk will be an introduction to GraphQL, explaining why it has been created and how you can use it in Python and Django. Short speaker introduction Small digression on how the “old” web used to be and how it has now evolved into the modern web Really quick explanation of REST (just to make sure everyone is familiar with it) What are some limitations of REST? What can we do about it? Introduction to GraphQL, what it is, how’s using it and when has it been created? GraphQL: query language syntax GraphQL: types and introspection GraphQL: operation, how to read data,update data and more How to use Graphql with Python and Django Let’s make a simple API How to create queries How to create mutations Things to consider (security caching and performance) Closing thoughts