Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/graphos/enterprise/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"Apollo Router Features": {
"Overview": "https://www.apollographql.com/docs/router/enterprise-features",
"GraphQL subscriptions": "https://www.apollographql.com/docs/router/executing-operations/subscription-support",
"File uploads": [ "https://www.apollographql.com/docs/router/executing-operations/file-uploads",
[
"preview"
]
],
"Distributed caching": "https://www.apollographql.com/docs/router/configuration/distributed-caching",
"Entity caching": [ "https://www.apollographql.com/docs/router/configuration/entity-caching",
[
Expand Down
2 changes: 1 addition & 1 deletion src/content/graphos/enterprise/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This architecture helps you satisfy sophisticated requirements around data compl

</Tip>

### Premium GraphOS Router features
### Premium GraphOS router features

<GraphOSRouterFeatures />

Expand Down
2 changes: 1 addition & 1 deletion src/content/shared/graphos-router-features.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[The Apollo Router](https://www.apollographql.com/docs/router/) supports a collection of premium features specific to GraphOS. These include:

- **Real-time updates** via [GraphQL subscriptions](https://www.apollographql.com/docs/router/executing-operations/subscription-support/)
- Support for [**file uploads** via multipart requests](./executing-operations/file-uploads)
- **Authentication of inbound requests** via [JSON Web Token (JWT)](https://www.apollographql.com/docs/router/configuration/authn-jwt/)
- [**Authorization** of specific fields and types](https://www.apollographql.com/docs/router/configuration/authorization) through the [`@requiresScopes`](https://www.apollographql.com/docs/router/configuration/authorization#requiresscopes), [`@authenticated`](https://www.apollographql.com/docs/router/configuration/authorization#authenticated), and [`@policy`](https://www.apollographql.com/docs/router/configuration/authorization#policy) directives
- Incremental migration between subgraphs through [the progressive `@override` directive](/federation/entities-advanced/#incremental-migration-with-progressive-override).
Expand Down
2 changes: 1 addition & 1 deletion styles/Apollo/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exceptions:
- GDPR
- GitHub
- GraphOS
- Premium GraphOS Router features
- Premium GraphOS router features
- GraphOS Studio
- GraphQL Summit
- Go live
Expand Down