Skip to content

v0.2.6

Compare
Choose a tag to compare
@leebyron leebyron released this 07 Aug 21:25
· 2958 commits to 16.x.x since this release

New:

  • Adds all validation rules for uniqueness recently added to the GraphQL spec.

Fixed:

  • formatError is exported directly from graphql.
  • One validation error no longer causes spurious failures of other validations.
  • Directive arguments no longer incorrectly invalidate.
  • Validation errors have slightly improved messages.