Christian Legnitto
|
1fd5c10327
|
Add support for using doc comments as descriptions
Fixes https://github.com/graphql-rust/juniper/issues/194.
|
2018-06-20 20:45:34 +02:00 |
|
Christian Legnitto
|
d34b6a85ad
|
Fix some warnings
|
2018-01-13 07:48:39 +00:00 |
|
theduke
|
643875838d
|
(codegen) improve derive for InputObject
* Implement hack to allow usage in juniper crate
* implement (default) attribute for Default::default()
* Improve tests
|
2017-12-02 15:43:41 +01:00 |
|
theduke
|
141292ad91
|
Export codegen from main juniper crate
Use a trick for re-exporting proc-macros to supply juniper_derive as a
dependency of juniper.
Users will now just have to depend on juniper directly.
|
2017-12-02 02:27:41 +01:00 |
|
Jane Keibler
|
1acf2067d3
|
Stabilized juniper_tests by using to FnvHashMap
Registry uses fnv::FnvHashMap instead of the std lib HashMap. This
commit updates the tests to match.
|
2017-10-20 18:35:42 +02:00 |
|
theduke
|
0c7e39f14e
|
Rust fmt the whole codebase
|
2017-08-06 21:15:08 +02:00 |
|
theduke
|
6c45fba9bd
|
Fix some warnings in codegen + tests.
|
2017-08-06 19:30:26 +02:00 |
|
theduke
|
03f694fff6
|
Add nesting layer for codegen tests and add test for input_object derive
|
2017-07-12 21:51:24 +02:00 |
|
theduke
|
3b42c97a4a
|
Add juniper_tests crate with integration tests
|
2017-07-12 21:51:24 +02:00 |
|