Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading