GraphQL

data class GraphQL(val errors: List<GraphQLError>) : AptosIndexerError

Represents a list of GraphQL-specific errors returned in the response body. This is the most common type of error for the Indexer.

Constructors

Link copied to clipboard
constructor(errors: List<GraphQLError>)

Properties

Link copied to clipboard