Modify the description

This commit is contained in:
unicodeveloper
2018-10-18 10:08:28 +01:00
committed by Peggy Rayzis
parent b1627a43c3
commit ed122ce898

View File

@@ -1,6 +1,6 @@
---
title: "5. Connect your API to a client"
description: Start here for the Apollo fullstack tutorial
description: Connect your graph API to a client
---
The next step after building your graph API is to present and manage the data on a client. In this section, you'll learn how to build a UI that consumes our graph API's data with Apollo.