You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/GraphQLTests/LanguageTests/SchemaParserTests.swift
+58Lines changed: 58 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,64 @@ class SchemaParserTests: XCTestCase {
111
111
XCTAssert(result == expected)
112
112
}
113
113
114
+
func testSchemeExtension()throws{
115
+
// Based on Apollo Federation example schema: https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/COMPATIBILITY.md#products-schema-to-be-implemented-by-library-maintainers
0 commit comments