Module 2 Introduction

Introduction to Module 2.0.

This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL course and can be unlocked immediately with a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL with a single-time purchase.

Thumbnail for the \newline course TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL
  • [00:00 - 00:05] So far, we created a RESTful API to interact with our mock data. So what is this GraphQL thing?

    [00:06 - 00:26] >> Well, GraphQL is a query language for APIs. GraphQL was originally created to help client-side applications dictate the data they need before they requested. We thought the best way to introduce GraphQL would be to compare a real REST and GraphQL API that achieves the same outcome.

    [00:27 - 00:40] >> That's right. In this module, we will explain what GraphQL is, compare GitHub's REST and GitHub's GraphQL APIs. Finally, we'll dive deeper into the core concepts of GraphQL.