We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a95b0 commit 6495218Copy full SHA for 6495218
Sources/GraphQL/Utilities/TypeComparators.swift
@@ -171,10 +171,7 @@ func doTypesOverlap(
171
}
172
173
174
- if
175
- let typeA = typeA as? GraphQLObjectType,
176
- let typeB = typeB as? GraphQLAbstractType
177
- {
+ if let typeB = typeB as? GraphQLAbstractType {
178
// Determine if the former type is a possible concrete type of the latter.
179
return schema.isSubType(
180
abstractType: typeB,
0 commit comments