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

Introduction to Django and GraphQL

Formale Metadaten

Titel
Introduction to Django and GraphQL
Serientitel
Anzahl der Teile
50
Autor
Mitwirkende
Lizenz
CC-Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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