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 9917525 commit 57d2b4fCopy full SHA for 57d2b4f
Tests/CodegenCLITests/Support/MockApolloSchemaDownloader.swift
@@ -7,7 +7,8 @@ class MockApolloSchemaDownloader: SchemaDownloadProvider {
7
8
static func fetch(
9
configuration: ApolloSchemaDownloadConfiguration,
10
- withRootURL rootURL: URL?
+ withRootURL rootURL: URL?,
11
+ session: NetworkSession?
12
) throws {
13
guard let handler = fetchHandler else {
14
fatalError("You must set fetchHandler before calling \(#function)!")
0 commit comments