graphql 0.6.1
Builds on npm are now smaller and dependency-free! This should make graphql easier to use in clients like Apollo and Relay.
New:
- Execution errors now include a
pathproperty indicating the position in the response which produced the error. (#396)
Fixes:
- No longer causes issues when included in a React Native project. (#414)
- Better error reporting in edge cases thanks to improved Flow error checking. (c7700f206579eef0046649f26e42c8cd336e6e74)