EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
GraphQLEnum
EXTENSION
GraphQLEnum
Swift
1extension GraphQLEnumMethods
==(_:_:)
Swift
1public static func ==(lhs: GraphQLEnum<T>, rhs: GraphQLEnum<T>) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
==(_:_:)
Swift
1public static func ==(lhs: GraphQLEnum<T>, rhs: T) -> Bool!=(_:_:)
Swift
1public static func !=(lhs: GraphQLEnum<T>, rhs: T) -> Bool