We would like to whitelist some operations based on their operation name, even if they exceed the max query complexity. Is there a way to do this?
If not, could we submit a PR to do this, possibly by adding more fields to QueryComplexityInfo so that the maxQueryComplexityExceeded function can check if the given operation is in the whitelist?