GraphQLEnum


EXTENSION

GraphQLEnum

Swift
1extension GraphQLEnum: CustomScalarType

Properties

jsonValue

Swift
1@inlinable public var jsonValue: AnyHashable

Methods

init(jsonValue:)

Swift
1@inlinable public init(jsonValue: JSONValue) throws

==(_:_:)

Swift
1@inlinable public static func ==(lhs: GraphQLEnum<T>, rhs: GraphQLEnum<T>) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.

==(_:_:)

Swift
1@inlinable public static func ==(lhs: GraphQLEnum<T>, rhs: T) -> Bool

!=(_:_:)

Swift
1@inlinable public static func !=(lhs: GraphQLEnum<T>, rhs: T) -> Bool

~=(_:_:)

Swift
1@inlinable public static func ~=(lhs: T, rhs: GraphQLEnum<T>) -> Bool
Feedback

Edit on GitHub

Forums