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

Switch to the latest stable version.

GraphQLType


ENUM

GraphQLType

Swift
1public indirect enum GraphQLType: Equatable

A GraphQL type.

Cases

named(_:)

Swift
1case named(GraphQLNamedType)

nonNull(_:)

Swift
1case nonNull(GraphQLType)

list(_:)

Swift
1case list(GraphQLType)

Properties

typeReference

Swift
1public var typeReference: String
Feedback

Edit on GitHub

Forums