This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
juniper
Watch
1
Star
0
Fork
You've already forked juniper
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e835a5e019
juniper
/
juniper_tests
/
src
/
codegen
/
mod.rs
4 lines
49 B
Rust
Raw
Normal View
History
Unescape
Escape
Add nesting layer for codegen tests and add test for input_object derive
2017-06-24 13:20:54 -05:00
mod
enums
;
mod
input_objects
;
Codegen: Add custom derive for GraphQLObject This adds a simple derive for objects that implements GraphQLType for structs which do not require any manual resolvers. This could be extended in the future to provide a custom resolver function via an attribute. Also adds an integration test.
2017-08-02 20:49:19 -05:00
mod
derive_object
;
Reference in a new issue
Copy permalink