You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- make GraphQLUnion trait generic over ScalarValue
- generate generic over ScalarValue impls of GraphQLUnion trait
- add codegen tests with a custom ScalarValue for union macros
Copy file name to clipboardExpand all lines: integration_tests/codegen_fail/fail/union/enum_same_type_ugly.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<Character as juniper::types::marker::GraphQLUnion>::mark::_::{{closure}}#0::MutuallyExclusive` for type `std::string::String`:
1
+
error[E0119]: conflicting implementations of trait `<Character as juniper::types::marker::GraphQLUnion<__S>>::mark::_::{{closure}}#0::MutuallyExclusive` for type `std::string::String`:
Copy file name to clipboardExpand all lines: integration_tests/codegen_fail/fail/union/struct_same_type_ugly.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<Character as juniper::types::marker::GraphQLUnion>::mark::_::{{closure}}#0::MutuallyExclusive` for type `std::string::String`:
1
+
error[E0119]: conflicting implementations of trait `<Character as juniper::types::marker::GraphQLUnion<__S>>::mark::_::{{closure}}#0::MutuallyExclusive` for type `std::string::String`:
Copy file name to clipboardExpand all lines: integration_tests/codegen_fail/fail/union/trait_same_type_ugly.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<(dyn Character + std::marker::Send + std::marker::Sync + '__obj) as juniper::types::marker::GraphQLUnion>::mark::_::{{closure}}#0::MutuallyExclusive` for type `std::string::String`:
1
+
error[E0119]: conflicting implementations of trait `<(dyn Character + std::marker::Send + std::marker::Sync + '__obj) as juniper::types::marker::GraphQLUnion<__S>>::mark::_::{{closure}}#0::MutuallyExclusive` for type `std::string::String`:
0 commit comments