We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01045b5 + a23b148 commit a089cb5Copy full SHA for a089cb5
1 file changed
Sources/Apollo/GraphQLResult.swift
@@ -15,7 +15,7 @@ public struct GraphQLResult<Data> {
15
16
let dependentKeys: Set<CacheKey>?
17
18
- init(data: Data?, errors: [GraphQLError]?, source: Source, dependentKeys: Set<CacheKey>?) {
+ public init(data: Data?, errors: [GraphQLError]?, source: Source, dependentKeys: Set<CacheKey>?) {
19
self.data = data
20
self.errors = errors
21
self.source = source
0 commit comments