Field.OutputType


ENUM

Field.OutputType

Swift
1public indirect enum OutputType

Cases

scalar(_:)

Swift
1case scalar(ScalarType.Type)

customScalar(_:)

Swift
1case customScalar(CustomScalarType.Type)

object(_:)

Swift
1case object(RootSelectionSet.Type)

nonNull(_:)

Swift
1case nonNull(OutputType)

list(_:)

Swift
1case list(OutputType)

Properties

namedType

Swift
1public var namedType: OutputType

isNullable

Swift
1public var isNullable: Bool
Feedback

Edit on GitHub

Forums