diff --git a/Sources/Apollo/GraphQLQueryWatcher.swift b/Sources/Apollo/GraphQLQueryWatcher.swift index 98cb2d7f60..fc33b1b6f7 100644 --- a/Sources/Apollo/GraphQLQueryWatcher.swift +++ b/Sources/Apollo/GraphQLQueryWatcher.swift @@ -3,7 +3,7 @@ import Dispatch /// A `GraphQLQueryWatcher` is responsible for watching the store, and calling the result handler with a new result whenever any of the data the previous result depends on changes. public final class GraphQLQueryWatcher: Cancellable, ApolloStoreSubscriber { weak var client: ApolloClientProtocol? - let query: Query + public let query: Query let resultHandler: GraphQLResultHandler private var context = 0