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.
GraphQLResult
EXTENSION
GraphQLResult
Swift
1extension GraphQLResult: Equatable where Data: EquatableMethods
==(_:_:)
Swift
1public static func == (lhs: GraphQLResult<Data>, rhs: GraphQLResult<Data>) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |