Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ivome ivome released this 11 Jun 00:32

Breaking

  • GraphQL introspection fields are now evaluated as well. #92 This might increase the complexity of queries compared to the previous version. To achieve backwards compatible functionality, you can add an estimator as the first estimator in the chain that returns 0 for introspection fields.

Fixes

  • Fix issues with dual module support #75
  • Return 0 complexity for unsupported GraphQL operations #89