juniper/changelog/master.md

10 lines
218 B
Markdown
Raw Normal View History

## [master]
## 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)