Skip to content

Commit

Permalink
tests: Add merged selection deferred test case (apollographql/apollo-…
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored and gh-action-runner committed Nov 28, 2023
1 parent 9ec294f commit 7564cc0
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 7564cc0

Please sign in to comment.