Skip to content

Commit 7a57b2b

Browse files
authored
Merge branch 'main' into repo-sync
2 parents e1a2860 + 0eceded commit 7a57b2b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ IdP | SAML | Team synchronization |
4646
--- | :--: | :-------: |
4747
Active Directory Federation Services (AD FS) | {% octicon "check-circle-fill" aria-label= "The check icon" %} | |
4848
Azure Active Directory (Azure AD) | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %} |
49-
Okta | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %} |
49+
Okta | {% octicon "check-circle-fill" aria-label="The check icon" %} | |
5050
OneLogin | {% octicon "check-circle-fill" aria-label="The check icon" %} | |
5151
PingOne | {% octicon "check-circle-fill" aria-label="The check icon" %} | |
5252
Shibboleth | {% octicon "check-circle-fill" aria-label="The check icon" %} | |

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)