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.
GraphQLError
CLASS
GraphQLError
Swift
1public class GraphQLError: JavaScriptErrorA GraphQL error.
Corresponds to https://github.com/graphql/graphql-js/blob/master/src/error/GraphQLError.js
You can get error details if you need them, or call error.logLines to get errors in a format that lets Xcode show inline errors.