Introduction to Graphene Python. Build a GraphQL API with Python. This is video is an introduction to GraphQL a query language for APIs and a runtime for executing such queries on a given data model.
In this video, we build a simple GraphQL service using Python. We use Graphene Python which is a library that enables us to build GraphQL APIs with Python using A code-first approach.
We look at some of the basic concepts involved in building GraphQL APIs and implement our data model using Python named tuple.
SOURCE CODE:
https://github.com/jod35/Intro-To-Graphene-Python
GITHUB:
https://github.com/jod35
TWITTER:
https://twitter.com/jod35_
Timestamps
0:00 Introduction
02:00 Project Set Up
05:31 Creating the data model
09:58 Types
13:22 Resolvers
18:34 Queries
22:33 Integrating with FastAPI
30:06 Queries with Arguments
33:35 Wrapping Up
Download
0 formats
No download links available.
Introduction to Graphene Python. Build a GraphQL API with Python | NatokHD