File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -951,10 +951,6 @@ function completeAbstractValue(
951
951
return runtimeTypePromise . then ( resolvedRuntimeType =>
952
952
completeObjectValue (
953
953
exeContext ,
954
- returnType ,
955
- fieldNodes ,
956
- info ,
957
- path ,
958
954
ensureValidRuntimeType (
959
955
resolvedRuntimeType ,
960
956
exeContext ,
@@ -963,17 +959,16 @@ function completeAbstractValue(
963
959
info ,
964
960
result
965
961
) ,
962
+ fieldNodes ,
963
+ info ,
964
+ path ,
966
965
result
967
966
)
968
967
) ;
969
968
}
970
969
971
970
return completeObjectValue (
972
971
exeContext ,
973
- returnType ,
974
- fieldNodes ,
975
- info ,
976
- path ,
977
972
ensureValidRuntimeType (
978
973
resolvedRuntimeType ,
979
974
exeContext ,
@@ -982,6 +977,9 @@ function completeAbstractValue(
982
977
info ,
983
978
result
984
979
) ,
980
+ fieldNodes ,
981
+ info ,
982
+ path ,
985
983
result
986
984
) ;
987
985
}
You can’t perform that action at this time.
0 commit comments