From d02d06b8f6118ed45eedc50bdafbd578bb5d5118 Mon Sep 17 00:00:00 2001 From: Edward Huang Date: Fri, 26 Jul 2024 14:18:48 -0700 Subject: [PATCH 1/2] DOC-196 add context and fromContext as GraphOS Router Enterprise features --- src/content/shared/graphos-router-features.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/shared/graphos-router-features.mdx b/src/content/shared/graphos-router-features.mdx index d911cb7b3..98012fe32 100644 --- a/src/content/shared/graphos-router-features.mdx +++ b/src/content/shared/graphos-router-features.mdx @@ -11,3 +11,4 @@ The GraphOS Router supports a collection of premium features specific to GraphOS - Mitigation of potentially malicious requests via [operation limits](https://www.apollographql.com/docs/router/configuration/operation-limits),[demand control](https://www.apollographql.com/docs/router/executing-operations/demand-control), and [safelisting](https://www.apollographql.com/docs/graphos/operations/persisted-queries) - Custom instrumentation and telemetry, including [custom attributes for spans](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/spans/#attributes). - An [offline Enterprise license](https://www.apollographql.com/docs/router/enterprise-features/#offline-enterprise-license) that enables running the router with Enterprise features when disconnected from the internet. +- Using contexts to share data with the [`@context`](https://www.apollographql.com/docs/federation/federated-schemas/federated-directives#context) and [`@fromContext`](https://www.apollographql.com/docs/federation/federated-schemas/federated-directives#fromcontext) directives From 41a31fee5c4ac189a23e69cd5f912f83397aa883 Mon Sep 17 00:00:00 2001 From: Edward Huang Date: Fri, 26 Jul 2024 14:20:48 -0700 Subject: [PATCH 2/2] DOC-196 add link --- src/content/shared/graphos-router-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/shared/graphos-router-features.mdx b/src/content/shared/graphos-router-features.mdx index 98012fe32..0f562f258 100644 --- a/src/content/shared/graphos-router-features.mdx +++ b/src/content/shared/graphos-router-features.mdx @@ -11,4 +11,4 @@ The GraphOS Router supports a collection of premium features specific to GraphOS - Mitigation of potentially malicious requests via [operation limits](https://www.apollographql.com/docs/router/configuration/operation-limits),[demand control](https://www.apollographql.com/docs/router/executing-operations/demand-control), and [safelisting](https://www.apollographql.com/docs/graphos/operations/persisted-queries) - Custom instrumentation and telemetry, including [custom attributes for spans](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/spans/#attributes). - An [offline Enterprise license](https://www.apollographql.com/docs/router/enterprise-features/#offline-enterprise-license) that enables running the router with Enterprise features when disconnected from the internet. -- Using contexts to share data with the [`@context`](https://www.apollographql.com/docs/federation/federated-schemas/federated-directives#context) and [`@fromContext`](https://www.apollographql.com/docs/federation/federated-schemas/federated-directives#fromcontext) directives +- [Using contexts to share data](https://www.apollographql.com/docs/federation/entities/use-contexts) with the [`@context`](https://www.apollographql.com/docs/federation/federated-schemas/federated-directives#context) and [`@fromContext`](https://www.apollographql.com/docs/federation/federated-schemas/federated-directives#fromcontext) directives