Skip to content

Commit cae9be3

Browse files
authored
docs: copyedit quickstart (#3105)
Copyedit Quickstart's title, subtitle, and initial paragraph to introduce GraphOS and supergraph
1 parent 38beaa2 commit cae9be3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Apollo Federation Quickstart
3-
subtitle: Build a federated GraphQL API with Apollo Federation
4-
description: Build a federated GraphQL API with Apollo Federation
2+
title: Apollo GraphOS Quickstart
3+
subtitle: Build a federated GraphQL API with Apollo Federation and GraphOS
4+
description: Build a federated GraphQL API with Apollo Federation and GraphOS
55
---
66

7-
Apollo Federation combines microservices into a single GraphQL API, providing real-time access to all your data sources for all your client applications.
7+
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.
88

99
```mermaid
1010
graph LR;
@@ -26,7 +26,7 @@ graph LR;
2626
class iot secondary;
2727
```
2828

29-
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.
29+
By the end of this quickstart, you'll have set up a supergraph that integrates data from products, users, and inventory services.
3030
Along the way, you'll learn about tools like the Rover CLI and GraphOS Studio.
3131

3232
To learn more about Apollo Federation and the benefits of using it with GraphOS, check out these resources:

0 commit comments

Comments
 (0)