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 226f24e commit 18f6723Copy full SHA for 18f6723
apollo-ios-codegen/Sources/ApolloCodegenLib/ApolloCodegen+Errors.swift
@@ -23,7 +23,8 @@ extension ApolloCodegen {
23
switch self {
24
case let .graphQLSourceValidationFailure(lines):
25
return """
26
- An error occured during validation of the GraphQL schema or operations! Check \(lines)
+ An error occured during validation of the GraphQL schema or operations! Check:
27
+ \(lines.joined(separator: "\n "))
28
"""
29
case .testMocksInvalidSwiftPackageConfiguration:
30
0 commit comments