You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

Field.OutputType


ENUM

Field.OutputType

Swift
1public indirect enum OutputType

Cases

scalar(_:)

Swift
1case scalar(Any.Type)

object(_:)

Swift
1case object([Selection])

nonNull(_:)

Swift
1case nonNull(OutputType)

list(_:)

Swift
1case list(OutputType)
Feedback

Edit on GitHub

Forums