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 cf592ad commit a992775Copy full SHA for a992775
Tests/GraphQLTests/LanguageTests/SchemaParserTests.swift
@@ -214,7 +214,7 @@ class SchemaParserTests: XCTestCase {
214
}
215
216
func testSimpleTypeInheritingMultipleInterfaces() throws {
217
- let source = "type Hello implements Wo, rld { }"
+ let source = "type Hello implements Wo & rld { }"
218
219
let expected = Document(
220
definitions: [
0 commit comments