Skip to content

v2.2.0

Compare
Choose a tag to compare
@lwc lwc released this 13 Apr 06:30
· 130 commits to master since this release
7cc8073

Added

  • Support for directives on variable definitions (#135)
  • Support for repeated directives, as per latest GraphQL spec (#148)
  • gqlerror.List now meets the go 1.13 error interfaces for Is and As (#147)
  • Support for coercing single value list inputs to lists of one element (#138)
  • Support for VARIABLE_DEFINITION executable directive (#151)

Updated

  • Improved formatting of block comments on args (#124)
  • Aligned root type inference more closely to the spec (#144)

Fixed

  • Ensure directives are only used in accordance with their definitions (#132) (#150)
  • Fixed issue where default values were not considered when validating fields (#122)

Thanks to everyone who contributed to this release!