Expand description

Error interface for GraphQL mutation errors.

remarks

Represents an error that occurred during the mutation execution.

interface Error {
    message: string;
}

Properties§

§message: string

Human-readable error message describing what went wrong