GraphQLError
public struct GraphQLError : Codable
GraphQL error object
-
Message sent from the server explaining the issue
Declaration
Swift
public let message: String
-
Identifying the location fo the issue. E.g. codefile and line, or location of unexpected character/symbol in request string
Declaration
Swift
public let locations: [String : String]?
-
Not sure, but it shows up sometimes
Declaration
Swift
public let extenstions: [String : String]?