Skip to content

Commit c0335b5

Browse files
authored
Merge pull request #25188 from github/repo-sync
repo sync
2 parents e19defd + dd5f618 commit c0335b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/graphql/overview/about-the-graphql-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212

1313
## Overview
1414

15-
Here are some quick links to get you up and running with the GraphQL API v4:
15+
Here are some quick links to get you up and running with the GraphQL API:
1616

1717
* [Authentication](/graphql/guides/forming-calls-with-graphql#authenticating-with-graphql)
1818
* [Root endpoint](/graphql/guides/forming-calls-with-graphql#the-graphql-endpoint)
@@ -36,9 +36,9 @@ The [GraphQL](https://graphql.github.io/) data query language is:
3636

3737
## Why GitHub is using GraphQL
3838

39-
GitHub chose GraphQL for our API v4 because it offers significantly more flexibility for our integrators. The ability to define precisely the data you want—and _only_ the data you want—is a powerful advantage over the REST API v3 endpoints. GraphQL lets you replace multiple REST requests with _a single call_ to fetch the data you specify.
39+
GitHub chose GraphQL because it offers significantly more flexibility for our integrators. The ability to define precisely the data you want—and _only_ the data you want—is a powerful advantage over traditional REST API endpoints. GraphQL lets you replace multiple REST requests with _a single call_ to fetch the data you specify.
4040

41-
For more details about why GitHub has moved to GraphQL, see the original [announcement blog post](https://githubengineering.com/the-github-graphql-api/).
41+
For more details about why GitHub invested in GraphQL, see the original [announcement blog post](https://github.blog/2016-09-14-the-github-graphql-api/).
4242

4343
## About the GraphQL schema reference
4444

0 commit comments

Comments
 (0)