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.
GraphQLNamedType
CLASS
GraphQLNamedType
Swift
1public class GraphQLNamedType: JavaScriptObject, HashableMethods
hash(into:)
Swift
1public func hash(into hasher: inout Hasher)Parameters
| Name | Description |
|---|---|
| hasher | The hasher to use when combining the components of this instance. |
==(_:_:)
Swift
1public static func ==(lhs: GraphQLNamedType, rhs: GraphQLNamedType) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |