3. Building the subgraphs
10m

Overview

In this section, we'll cover:

  • Creating a to expose our REST API

Prerequisites

  • Apollo Rover installed in your local machine
  • Your GCP project id, service account email, and key. If you have not received these, your Apollo host should be able to provide it
  • gcloud, the GCP command line tool installed in your local machine.

Building the subgraphs

Up next

Now that we have a working , it's time to work on the front-end! In the next section, we'll see how to:

  • set up the Apollo Client in our React app
  • use Hooks to fetch data from our to get a list of Products and view the details of a Product
  • how to optimise queries using deferred responses
Previous