Replies: 1 comment
-
|
This feature moved to General Availability in Apollo Router 1.23.0. For more information about launch stages, please see the documentation here: https://www.apollographql.com/docs/resources/product-launch-stages/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can define operation limits in your router's configuration to reject potentially malicious requests. An operation that exceeds any specified limit is rejected (unless you run in
warn_onlymode).This feature is in preview, and we welcome your feedback.
To use operation limits, you must run v1.17 or later of the Apollo Router.
You define operation limits in your router's YAML config file, like so:
Docs | Changelog
Beta Was this translation helpful? Give feedback.
All reactions