Skip to content

graphql 0.9.5

New:

  • Much improved Flow types from the experimental %checks type (#695)
  • Allow passing a custom TypeInfo instance to validate() (#834)
  • Exported getVisitFn for building custom composite visitors. (#807)

Fixes:

  • Allow Enum internal values to be false, null, and undefined (#836)