July 2021
Intermediate to advanced
244 pages
4h 14m
English
Code-first GraphQL with Strawberry
Asynchronous Django and GraphQL
Mutations with Apollo Client
In the previous chapter, we introduced the concept of schema-first for GraphQL APIs with Ariadne.
We explored queries and Apollo Client. In this chapter, we switch to a code-first approach to build our GraphQL API with Strawberry. In the process, we add mutations in the frontend to the mix, and we learn how to work with asynchronous code in Django.
The rest of this chapter assumes ...
Read now
Unlock full access