Fix complexity calculation to allow gitaly call detection
This was erroneously setting constant_complexity to true for all fields that have a resolver, since our BaseResolver sets complexity to 0 (and `!!zero == true`). This masks gitaly calls.
Showing
Please register or sign in to comment