Skip to content

graphql 0.2.6

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.