Expand description

Error interface for GraphQL query errors.

remarks

Represents an error that occurred during the query execution.

interface Error {
    message: string;
}

Properties§

§message: string

Human-readable error message describing what went wrong