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 136630f commit 9cbcb1cCopy full SHA for 9cbcb1c
src/execution/execute.js
@@ -824,7 +824,7 @@ function completeAbstractValue(
824
);
825
invariant(
826
runtimeType instanceof GraphQLObjectType,
827
- `${returnType}.resolveType must return an instance of GraphQLObjectType `+
+ `${returnType}.resolveType must return an instance of GraphQLObjectType ` +
828
`for field ${info.parentType}.${info.fieldName}, received "${runtimeType}".`
829
830
0 commit comments