Authenticated / Admin GraphQL complexity limits are not being applied
We set limits of 250
and 300
for Authenticated and Admin users respectively, however these are not being applied.
When running code, at least in development, the default limit of 200
is being applied, leading to complexity errors for some queries:
[{"errors":[{"message":"Query has complexity of 206, which exceeds max complexity of 200"}]},{"data":{"project":{"projectMembers":{"nodes":[snipped...