Skip to content

Commit

Permalink
public _resultHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-Ham committed May 25, 2023
1 parent 92b17b6 commit c76914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Apollo/RelayPaginationStrategy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ where MergeStrategy.Output == OutputTransformer.Output,
public var nextPageStrategy: CustomNextPageStrategy<RelayPageExtractor<Query>.Page, Query>
public var mergeStrategy: MergeStrategy

var _resultHandler: (Result<MergeStrategy.Output, Error>, GraphQLResult<Query.Data>.Source?) -> Void
public var _resultHandler: (Result<MergeStrategy.Output, Error>, GraphQLResult<Query.Data>.Source?) -> Void

public private(set) var pages: [Page?] = [nil]
public private(set) var currentPage: Page?
Expand Down

0 comments on commit c76914d

Please sign in to comment.