CompilationResult.Selection


ENUM

CompilationResult.Selection

Swift
1public enum Selection: JavaScriptValueDecodable, CustomDebugStringConvertible, Hashable

Cases

field(_:)

Swift
1case field(Field)

inlineFragment(_:)

Swift
1case inlineFragment(InlineFragment)

fragmentSpread(_:)

Swift
1case fragmentSpread(FragmentSpread)

Properties

debugDescription

Swift
1public var debugDescription: String
Feedback

Edit on GitHub

Forums