diff --git a/src/content/graphos/enterprise/config.json b/src/content/graphos/enterprise/config.json index b4218f60c..3291e8924 100644 --- a/src/content/graphos/enterprise/config.json +++ b/src/content/graphos/enterprise/config.json @@ -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", [ diff --git a/src/content/graphos/enterprise/index.mdx b/src/content/graphos/enterprise/index.mdx index 43808185e..c74200287 100644 --- a/src/content/graphos/enterprise/index.mdx +++ b/src/content/graphos/enterprise/index.mdx @@ -56,7 +56,7 @@ This architecture helps you satisfy sophisticated requirements around data compl -### Premium GraphOS Router features +### Premium GraphOS router features diff --git a/src/content/shared/graphos-router-features.mdx b/src/content/shared/graphos-router-features.mdx index d61a7b0c0..8b4f88ee8 100644 --- a/src/content/shared/graphos-router-features.mdx +++ b/src/content/shared/graphos-router-features.mdx @@ -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). diff --git a/styles/Apollo/Headings.yml b/styles/Apollo/Headings.yml index 02c16bbc5..f8af2cac5 100644 --- a/styles/Apollo/Headings.yml +++ b/styles/Apollo/Headings.yml @@ -44,7 +44,7 @@ exceptions: - GDPR - GitHub - GraphOS - - Premium GraphOS Router features + - Premium GraphOS router features - GraphOS Studio - GraphQL Summit - Go live