/
Launch Apollo Studio


EXTENSION

GraphQLOptional

extension GraphQLOptional: Hashable where T: Hashable

Methods

hash(into:)

public func hash(into hasher: inout Hasher)

Parameters

NameDescription
hasherThe hasher to use when combining the components of this instance.

==(_:_:)

public static func ==(lhs: GraphQLOptional, rhs: GraphQLOptional) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.
Edit on GitHub