Skip to content

Commit

Permalink
Subtree ci test (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters authored Aug 22, 2023
1 parent dc216f3 commit 58fd930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,8 @@ public struct ApolloCodegenConfiguration: Codable, Equatable {
}

// MARK: - Properties

// SAMPLE CHANGE 1
// SAMPLE CHANGE 2
/// Name used to scope the generated schema type files.
public let schemaNamespace: String
/// The input files required for code generation.
Expand Down
3 changes: 2 additions & 1 deletion apollo-ios/Sources/Apollo/ApolloInterceptor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ public protocol ApolloInterceptor {
/// need to be uniquely identifiable between each and every request, only unique between the
/// list of interceptors in a single request.
var id: String { get set }

// SAMPLE CHANGE 1
// SAMPLE CHANGE 2
/// Called when this interceptor should do its work.
///
/// - Parameters:
Expand Down

0 comments on commit 58fd930

Please sign in to comment.