Fix concrete resolution macro
This commit is contained in:
parent
89b3c4c776
commit
c1b7bf8b46
1 changed files with 1 additions and 1 deletions
|
@ -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, ) => {
|
||||
|
|
Loading…
Reference in a new issue