GraphQLError
CLASS
GraphQLError
Swift
1public class GraphQLError: JavaScriptError
A GraphQL error.
Corresponds to graphql-js/GraphQLError
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.