graphql 0.8.2
New:
assertXXXType()functions help ensure type-correct code using graphql (#570)- Added
toJSON()andinspect()methods on all GraphQL types for easier debugging (#578) - ValidationContext types are exported (a17256bb148389727db64d2832339d6dce32827a)
Fixes:
- Differentiate between input values with no default and with
nulldefault (#569) - Improvements to Flow types in field resolvers (#573, #575, #577)