juniper/juniper_codegen/src
Chris 6dd6abbadc
Fix custom ScalarValue usage for unions (#681)
- make GraphQLUnion trait generic over ScalarValue
- generate generic over ScalarValue impls of GraphQLUnion trait
- add codegen tests with a custom ScalarValue for union macros
2020-06-14 14:12:53 +03:00
..
graphql_union Fix custom ScalarValue usage for unions (#681) 2020-06-14 14:12:53 +03:00
util Fix codegen failure tests for the latest nightly Rust 2020-06-10 11:36:36 +03:00
derive_enum.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
derive_input_object.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
derive_object.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
derive_scalar_value.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
impl_object.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
impl_scalar.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
lib.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
result.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00