Skip to content

Commit c606130

Browse files
lgachespaulofaria
authored andcommitted
swift 3.1 silence warning (#9)
* fix issue #6 compilation warnings * update travis ci scripts * missed _isDebugAssertConfiguration * add test to debugDescription * clean warning * silence warning
1 parent 5d0cd7a commit c606130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Execution/Execute.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ func completeAbstractValue(
850850
message:
851851
"Abstract type \(returnType.name) must resolve to an Object type at " +
852852
"runtime for field \(info.parentType.name).\(info.fieldName) with " +
853-
"value \"\(resolveResult)\", received \"\(runtimeType)\".",
853+
"value \"\(resolveResult)\", received \"\(String(describing:runtimeType))\".",
854854
nodes: fieldASTs
855855
)
856856
}

0 commit comments

Comments
 (0)