mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
docs(gateway): rate limiting is now supported in Rust QP (#7522)
This commit is contained in:
parent
44cc1d7db1
commit
41b9cc9d32
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ The following table provides a comprehensive comparison between the two query pl
|
|||
| Additional resolvers | ✅ | ❌ | Additional type resolvers not supported |
|
||||
| Schema transforms | ✅ | ✅ | Schema transformation pipeline is available in router runtime |
|
||||
| Progressive Override | ✅ | ❌ | Apollo Federation's `@override` directive not supported at the moment |
|
||||
| Rate limiting | ✅ | ❌ | Field-level and global rate limiting not supported |
|
||||
| Rate limiting | ✅ | ✅ | Field-level and global rate limiting is supported |
|
||||
| EDFS | ✅ | ❌ | Event-Driven Federation Subscriptions are not supported because it uses additional resolvers |
|
||||
| Subscriptions | ✅ | ⚠️ Limited support | Cannot populate fields from other subgraphs when resolving the subscription |
|
||||
| Schema extensions | ✅ | ⚠️ Limited support | Schema-level modifications may be limited because hive router does not use an executable schema |
|
||||
|
|
|
|||
Loading…
Reference in a new issue