From cae9be3146b163be0b0b219f7fab7f3be4b29d48 Mon Sep 17 00:00:00 2001 From: Edward Huang Date: Fri, 2 Aug 2024 09:49:40 -0700 Subject: [PATCH] docs: copyedit quickstart (#3105) Copyedit Quickstart's title, subtitle, and initial paragraph to introduce GraphOS and supergraph --- docs/source/quickstart.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/quickstart.mdx b/docs/source/quickstart.mdx index 454441af4..69ffa40e0 100644 --- a/docs/source/quickstart.mdx +++ b/docs/source/quickstart.mdx @@ -1,10 +1,10 @@ --- -title: Apollo Federation Quickstart -subtitle: Build a federated GraphQL API with Apollo Federation -description: Build a federated GraphQL API with Apollo Federation +title: Apollo GraphOS Quickstart +subtitle: Build a federated GraphQL API with Apollo Federation and GraphOS +description: Build a federated GraphQL API with Apollo Federation and GraphOS --- -Apollo Federation combines microservices into a single GraphQL API, providing real-time access to all your data sources for all your client applications. +Apollo Federation combines microservices into a single GraphQL API, providing real-time access to all your data sources for all your client applications. Apollo GraphOS is the platform for building, testing, and deploying a federated GraphQL API—also known as a supergraph. ```mermaid graph LR; @@ -26,7 +26,7 @@ graph LR; class iot secondary; ``` -By the end of this quickstart, you'll have set up a federated GraphQL API—also known as a _supergraph_—that integrates data from products, users, and inventory services. +By the end of this quickstart, you'll have set up a supergraph that integrates data from products, users, and inventory services. Along the way, you'll learn about tools like the Rover CLI and GraphOS Studio. To learn more about Apollo Federation and the benefits of using it with GraphOS, check out these resources: