February 2022
Intermediate to advanced
472 pages
9h 15m
English
Our backend and frontend can communicate, create new posts, and respond with a list of all posts while using fake data. The next step on our list will be to use a database, such as a SQL server, to serve as data storage.
We want our backend to persist data to our SQL database by using Sequelize. Our Apollo Server should use this data for queries and mutations, as needed. For this to happen, we must implement database models for our GraphQL entities.
This chapter will cover the following topics:
The source ...
Read now
Unlock full access