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.
2 parents cae1870 + 93b3dda commit ed06f06Copy full SHA for ed06f06
Sources/Graphiti/Definition/AnyType.swift
@@ -10,6 +10,6 @@ final class AnyType: Hashable {
10
}
11
12
static func == (lhs: AnyType, rhs: AnyType) -> Bool {
13
- return lhs.hashValue == rhs.hashValue
+ return lhs.type == rhs.type
14
15
0 commit comments