From ed122ce8985d555e963a31ba5dcbce033b4221d5 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Thu, 18 Oct 2018 10:08:28 +0100 Subject: [PATCH] Modify the description --- docs/source/tutorial/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial/client.md b/docs/source/tutorial/client.md index c900a02..76edb90 100644 --- a/docs/source/tutorial/client.md +++ b/docs/source/tutorial/client.md @@ -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.