Fix concrete resolution macro

This commit is contained in:
Magnus Hallin 2016-09-18 17:23:18 +02:00
parent 89b3c4c776
commit c1b7bf8b46

View file

@ -244,7 +244,7 @@ macro_rules! graphql_interface {
} }
)* )*
panic!("Concrete type not handled by instance resolvers on {}", $outname); return Ok($crate::Value::null());
}; };
( @resolve_into_type, $buildargs:tt, ) => { ( @resolve_into_type, $buildargs:tt, ) => {