Skip to content

0.3.1

Compare
Choose a tag to compare
@Checho3388 Checho3388 released this 13 Mar 18:44
· 10 commits to main since this release
6e59dd0

This release adds support for:

  • Introspection queries are no longer computed by complexity algorithm
  • List fields are taken into account in the complexity algorithm. Field complexity is multiplied by the size of the field, which should be given by argument (first by default).
  • @include and @skip directives are also taken into account for complexity. If the field is ignored, its complexity is replaced by 0.

Releases contributed by @Checho3388 via #7, #6, #5, and #1.