Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.06k stars 295 forks source link

Use QueryComplexityCalculator from graphql-java #1793

Closed kilink closed 8 months ago

kilink commented 8 months ago

Switch to using QueryComplexityCalculator from graphql-java in DgsGraphQLMetricsInstrumentation. Additionally, eliminate some unnecessary usage of Optional.

kilink commented 8 months ago

I opened a new PR #1797 since the commit author was getting messed up on this one.