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

Switch to the latest stable version.

GraphQLOutputType


ENUM

GraphQLOutputType

Swift
1public indirect enum GraphQLOutputType

Cases

scalar(_:)

Swift
1case scalar(JSONDecodable.Type)

object(_:)

Swift
1case object([GraphQLSelection])

nonNull(_:)

Swift
1case nonNull(GraphQLOutputType)

list(_:)

Swift
1case list(GraphQLOutputType)
Feedback

Edit on GitHub

Forums