You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
Describe the improvement you'd like
Testing for NamedOperationResolver should cover configuration of a named operation depth using JSON.
Why do you want this improvement?
Although not yet documented, if admins want to adjust the depth this is currently the only way to do it. As such it should be fully tested.
Additional context
See #3174 where the depth limit was added and #3176 which might indicate part of how to add this testing.
Describe the improvement you'd like
Testing for
NamedOperationResolvershould cover configuration of a named operation depth using JSON.Why do you want this improvement?
Although not yet documented, if admins want to adjust the depth this is currently the only way to do it. As such it should be fully tested.
Additional context
See #3174 where the depth limit was added and #3176 which might indicate part of how to add this testing.