We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a785ae + 2913dfe commit ee248a6Copy full SHA for ee248a6
1 file changed
Sources/Apollo/GraphQLExecutor.swift
@@ -24,9 +24,9 @@ struct GraphQLResolveInfo {
24
}
25
26
27
-struct GraphQLResultError: Error, LocalizedError {
+public struct GraphQLResultError: Error, LocalizedError {
28
let path: ResponsePath
29
- let underlying: Error
+ public let underlying: Error
30
31
public var errorDescription: String? {
32
return "Error at path \"\(path))\": \(underlying)"
0 commit comments