Skip to content

v0.10.0

Compare
Choose a tag to compare
@ivome ivome released this 28 Oct 20:38
· 10 commits to master since this release

Breaking:

  • Support for GraphQL version < v14.5 was dropped
  • getComplexity now throws an error if the query complexity cannot be determined (invalid query, misconfiguration, etc.)

Fixes:

  • Invalid argument values in a query now have proper error handling (fixes #61 ) Thanks @dburles