Skip to content

Commit

Permalink
Squashed 'apollo-ios/' changes from 9ec294f..7564cc0
Browse files Browse the repository at this point in the history
7564cc0 tests: Add merged selection deferred test case (#153)

git-subtree-dir: apollo-ios
git-subtree-split: 7564cc0
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Nov 28, 2023
1 parent 9636d6e commit cdc112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Apollo/GraphQLResult.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extension GraphQLResult {

private func convert(value: Any) -> Any {
var val: Any = value
if let value = value as? ApolloAPI.DataDict {
if let value = value as? DataDict {
val = value._data
} else if let value = value as? CustomScalarType {
val = value._jsonValue
Expand Down

0 comments on commit cdc112c

Please sign in to comment.