juniper/changelog/0.9.2.md

14 lines
291 B
Markdown
Raw Normal View History

# [0.9.2] 2018-01-13
## Changes
### `__typename` for unions
The [`__typename`](http://graphql.org/learn/queries/#meta-fields) query meta-field now works on unions.
[#112](https://github.com/graphql-rust/juniper/issues/112)
### Debug impls.
http::GraphQLRequest now implements `Debug`.