Book Image

Beginning GraphQL

By : Xavier Decuyper
Book Image

Beginning GraphQL

By: Xavier Decuyper

Overview of this book

This fast-paced course is specially designed for learning all aspects of GraphQL. You will start by understanding basic features of this language. You will learn how to integrate GraphQL with server-side applications, and how to implement the querying of data in real time. You will also discover ways to connect GraphQL with server-side applications using the Apollo client. By the end of the course, you will be able to successfully create fast client-server REST-like applications.
Table of Contents (3 chapters)
Chapter 3
Integrating GraphQL with Server-Side Applications Using the Apollo Client
Content Locked
Section 1
Lesson Overview
In this lesson, we will use the Apollo Client together with the view layer implementation for react called react-apollo. We will cover how to use a simple web-based application to access queries instead of writing them manually. We will also look at how we can have our application interface update in real time and how to make optimistic UI updates. This section covers the following: - Lesson Objectives - Lesson Map