diff --git a/packages/documentation/content/docs/gateway/other-features/rust-query-planner.mdx b/packages/documentation/content/docs/gateway/other-features/rust-query-planner.mdx index fd072fb5..6d2462a9 100644 --- a/packages/documentation/content/docs/gateway/other-features/rust-query-planner.mdx +++ b/packages/documentation/content/docs/gateway/other-features/rust-query-planner.mdx @@ -141,7 +141,7 @@ The following table provides a comprehensive comparison between the two query pl | Progressive Override | ✅ | ✅ | Apollo Federation's `@override` directive with labels is supported | | Rate limiting | ✅ | ✅ | Field-level and global rate limiting is supported | | EDFS | ✅ | ✅ | Event-Driven Federated Subscriptions are supported | -| Subscriptions | ✅ | ⚠️ Limited support | Cannot populate fields from other subgraphs when resolving the subscription | +| Subscriptions | ✅ | ✅ | Populates fields from other subgraphs after resolving the subscription | | Schema extensions | ✅ | ⚠️ Limited support | Schema-level modifications may be limited because hive router does not use an executable schema | | Custom plugins | ✅ | ⚠️ No stitching hooks | All plugins, except those using [stitching hooks](#no-javascript-query-planner-plugin-hooks), will work | | Envelop plugins | ✅ | ✅ | All of envelop plugins will work |