Introduction to Module 7
This is an introduction to the work we'll be doing in Module 7.0.
In this module, we'll look to have listing information be queried from the database and shown in the Listing page of our application. The Listing page is where a user can see details about a certain listing and where the user will eventually be able to book that listing for a period of time.
The Listing page is to be displayed in the /listing/:id
route of our app and in its complete state will look similar to the following:
This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two course and can be unlocked immediately with a single-time purchase. Already have access to this course? Log in here.
Get unlimited access to TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two with a single-time purchase.

[00:00 - 00:20] In this module, we'll have information for a single listing be created from our database and shown in the listing page of our client. Listing page is where information and the details of a listing will be surfaced as well as where a user will eventually be able to book that listing for a certain period of time.
[00:21 - 00:32] We'll update our GraphQL API to query information for a specific listing from our database and finally build the UI of the listing page in our client project. [MUSIC PLAYING]