Docs
Launch GraphOS Studio
You're viewing documentation for a previous version of this software. Switch to the latest stable version.


STRUCT

GraphQLError

public struct GraphQLError: Error

Represents an error encountered during the execution of a .

Properties

message

public var message: String?

A description of the error.

locations

public var locations: [Location]?

A list of locations in the requested associated with the error.

extensions

public var extensions: [String : Any]?

A dictionary which services can use however they see fit to provide additional information in errors to clients.

Methods

init(_:)

public init(_ object: JSONObject)
Next
Introduction
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company