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.
GraphQLExecutionError
STRUCT
GraphQLExecutionError
Swift
1public struct GraphQLExecutionError: Error, LocalizedErrorAn error which has occurred during GraphQL execution.
Properties
pathString
Swift
1public var pathString: Stringunderlying
Swift
1public let underlying: ErrorThe error that occurred during parsing.
errorDescription
Swift
1public var errorDescription: String?A description of the error which includes the path where the error occurred.