We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d0881 commit 7b3a519Copy full SHA for 7b3a519
CHANGELOG.md
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
`rustls` rather than `native-tls`.
13
- Code generated by the `graphql-client` CLI program now suppresses all
14
warnings from rustc and clippy.
15
+- Derive from both variables and response for enum
16
+- Camel case input variables in .graphql files now generate snake_case variable names in Rust
17
+- Support Paths in response derives
18
+- cli: Display server responses when introspection failed
19
+- upgrade to graphql_parser 0.4
20
21
## 0.10.0 - 2021-07-04
22
0 commit comments