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 5d0cd7a commit c606130Copy full SHA for c606130
Sources/GraphQL/Execution/Execute.swift
@@ -850,7 +850,7 @@ func completeAbstractValue(
850
message:
851
"Abstract type \(returnType.name) must resolve to an Object type at " +
852
"runtime for field \(info.parentType.name).\(info.fieldName) with " +
853
- "value \"\(resolveResult)\", received \"\(runtimeType)\".",
+ "value \"\(resolveResult)\", received \"\(String(describing:runtimeType))\".",
854
nodes: fieldASTs
855
)
856
}
0 commit comments