We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40d427 commit c53efbeCopy full SHA for c53efbe
src/execution/execute.js
@@ -985,7 +985,7 @@ function completeAbstractValue(
985
}
986
987
function ensureValidRuntimeType(
988
- runtimeTypeOrName: string | GraphQLObjectType | void
+ runtimeTypeOrName: string | GraphQLObjectType | void,
989
exeContext: ExecutionContext,
990
returnType: GraphQLAbstractType,
991
fieldNodes: Array<FieldNode>,
0 commit comments