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
29025e6cae
juniper
/
integration_tests
/
juniper_tests
/
src
/
codegen
/
mod.rs
6 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Integration tests: impl_object refactor
2019-05-07 03:55:46 -05:00
mod
util
;
Rename custom derive modules for consistency. codegen/enums -> codegen/derive_enum codegen/input_objects -> codegen/derive_input_object tests/enums -> tests/derive_enum tests/input_objects -> tests/derive_input_object
2017-08-02 20:55:33 -05:00
mod
derive_enum
;
mod
derive_input_object
;
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