CompilationResult.FragmentSpread


CLASS

CompilationResult.FragmentSpread

Swift
1public class FragmentSpread: JavaScriptObject, Hashable

Represents an individual selection that includes a named fragment in a selection set. (ie. ...FragmentName)

Methods

hash(into:)

Swift
1public func hash(into hasher: inout Hasher)

Parameters

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

==(_:_:)

Swift
1public static func ==(lhs: FragmentSpread, rhs: FragmentSpread) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.
Feedback

Edit on GitHub

Forums