Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Add file uploads to shared enterprise component
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Feb 20, 2024
1 parent 9caa4cb commit aa2581f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit aa2581f

Please sign in to comment.