Skip to content

Commit

Permalink
Merge branch 'project-breakup' into feature/defer
Browse files Browse the repository at this point in the history
# Conflicts:
#	apollo-ios-codegen/Sources/GraphQLCompiler/ApolloCodegenFrontendBundle.swift
  • Loading branch information
calvincestari committed Sep 22, 2023
2 parents febc191 + 633f791 commit 98c06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Apollo/GraphQLResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ extension GraphQLResponse: Hashable where Data: Hashable {
public func hash(into hasher: inout Hasher) {
hasher.combine(body)
hasher.combine(rootKey)
hasher.combine(variables?._jsonEncodableValue?._jsonValue)
hasher.combine(variables?._jsonEncodableObject._jsonValue)
}
}

0 comments on commit 98c06c6

Please sign in to comment.