We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f274b commit 536ec2eCopy full SHA for 536ec2e
CHANGELOG.md
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## Unreleased
9
10
+### Added
11
+
12
+- If there is no `schema` declaration in a schema, the root types will be matched by name (`Query`, `Mutation` and `Subscription`).
13
14
+### Changed
15
16
+- Enums now always derive PartialEq and Eq by default
17
18
+### Fixed
19
20
+- Code generation for fragments on unions was fixed
21
+- Support for recursive fragments and input types
22
+- The graphql-parser dependency version is no longer pinned
23
24
## 0.6.0 (2018-12-30)
25
26
### Added
0 commit comments