Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file uploads to enterprise router features #773

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
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