Skip to content

v0.9.4

Compare
Choose a tag to compare
@leebyron leebyron released this 28 Apr 00:06
· 2061 commits to 16.x.x since this release

New:

  • All validation rules are now exported directly (#808)

Fixes:

  • Fix flow issue with constructing new GraphQLError() (#829)

Spec Compliance:

  • Now throws error when building Enum with reserved words (#812)
  • Now throws error when building Union with multiple of the same type (#813)
  • Now throws error when building Object type implementing the same Interface more than once (#728)